Skip to content

Commit 1e60f30

Browse files
author
Stewart Martin-Haugh [email protected]
committed
Remove new macro, use DETRAY_NO_DEVICE instead
1 parent 4dceda4 commit 1e60f30

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

core/include/detray/definitions/detail/qualifiers.hpp

-8
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,3 @@
3131
#else
3232
#define DETRAY_ALIGN(x) alignas(x)
3333
#endif
34-
35-
#if defined(__CUDACC__) || defined(__HIP__) || \
36-
defined(CL_SYCL_LANGUAGE_VERSION) || \
37-
defined(SYCL_LANGUAGE_VERSION)
38-
#define DETRAY_ON_DEVICE 1
39-
#else
40-
#define DETRAY_ON_DEVICE 0
41-
#endif

0 commit comments

Comments
 (0)