codeplaysoftware / portBLAS

An implementation of BLAS using the SYCL open standard.
Apache License 2.0
250 stars 48 forks source link

Use cl::sycl::abs in device code #510

Closed pgorlani closed 5 months ago

pgorlani commented 5 months ago

This patch turns std::abs in cl::sycl::abs for avoiding device-side compilation issues.