Closed victor-eds closed 1 year ago
Replace nonexistent templated sycl::pow<float> call with sycl::pow, fixing compilation error.
sycl::pow<float>
sycl::pow
Signed-off-by: Victor Perez victor.perez@codeplay.com
Replace nonexistent templated
sycl::pow<float>
call withsycl::pow
, fixing compilation error.Signed-off-by: Victor Perez victor.perez@codeplay.com