You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow for change of name and location of sycl_complex.hpp
Introduced private header to load SYCL's experimental complex header
from the right location. The header and implementations respond to
USE_SYCL_FOR_COMPLEX_TYPES preprocessor variable. If set, sycl::ext::oneapi::experimental
namespace functions are to be used. Otherwise std:: namespace functions will
be used instead for complex types.
USE_SYCL_FOR_COMPLEX_TYPES is being set in tensor/CMakeLists.txt
0 commit comments