File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed
src/blas/backends/rocblas Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 19
19
**************************************************************************/
20
20
#ifndef _ROCBLAS_SCOPED_HANDLE_HPP_
21
21
#define _ROCBLAS_SCOPED_HANDLE_HPP_
22
+ #if __has_include(<sycl/sycl.hpp>)
23
+ #include < sycl/sycl.hpp>
24
+ #else
22
25
#include < CL/sycl.hpp>
26
+ #endif
23
27
#include < memory>
24
28
#include < thread>
25
29
#include < atomic>
Original file line number Diff line number Diff line change 34
34
#include " rocblas_scope_handle_hipsycl.hpp"
35
35
#endif
36
36
37
- // After Plugin Interface removal in DPC++ ur.hpp is the new include
38
- #if __has_include(<sycl/detail/ur.hpp>)
39
- #include < sycl/detail/ur.hpp>
40
- #ifndef ONEMATH_PI_INTERFACE_REMOVED
41
- #define ONEMATH_PI_INTERFACE_REMOVED
42
- #endif
43
- #elif __has_include(<sycl/detail/pi.hpp>)
44
- #include < sycl/detail/pi.hpp>
45
- #else
46
- #include < CL/sycl/detail/pi.hpp>
47
- #endif
48
-
49
37
namespace oneapi {
50
38
namespace math {
51
39
namespace blas {
You can’t perform that action at this time.
0 commit comments