We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3917d11 commit 3528cb4Copy full SHA for 3528cb4
sycl/include/sycl/detail/id_queries_fit_in_int.hpp
@@ -45,9 +45,7 @@ template <int Dims> struct NotIntMsg<id<Dims>> {
45
"Provided offset is out of integer limits. Pass "
46
"`-fno-sycl-id-queries-fit-in-int' to disable offset check.";
47
};
48
-#endif
49
50
-#if __SYCL_ID_QUERIES_FIT_IN_INT__
51
template <typename T, typename ValT>
52
typename std::enable_if_t<std::is_same<ValT, size_t>::value ||
53
std::is_same<ValT, unsigned long long>::value>
0 commit comments