oneapi-src / Velocity-Bench

Other
44 stars 15 forks source link

[cudaSift][SYCL] Fix `sycl::pow` call using templated form #6

Closed victor-eds closed 1 year ago

victor-eds commented 1 year ago

Replace nonexistent templated sycl::pow<float> call with sycl::pow, fixing compilation error.

Signed-off-by: Victor Perez victor.perez@codeplay.com