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 c906a67 commit c290f3cCopy full SHA for c290f3c
sycl/include/CL/sycl/feature_test.hpp.in
@@ -43,6 +43,7 @@ namespace sycl {
43
#define SYCL_EXT_ONEAPI_ND_RANGE_REDUCTIONS 1
44
#define SYCL_EXT_ONEAPI_DEFAULT_CONTEXT 1
45
#define SYCL_EXT_ONEAPI_USE_PINNED_HOST_MEMORY_PROPERTY 1
46
+#define SYCL_EXT_ONEAPI_SRGB 1
47
#define SYCL_EXT_ONEAPI_SUB_GROUP 1
48
#define SYCL_EXT_INTEL_BF16_CONVERSION 1
49
#define SYCL_EXT_INTEL_BITCAST 1
sycl/include/CL/sycl/image.hpp
@@ -17,9 +17,6 @@
17
#include <cstddef>
18
#include <sycl/ext/oneapi/accessor_property_list.hpp>
19
20
-// sRGB Extension Support
21
-#define SYCL_EXT_ONEAPI_SRGB 1
22
-
23
__SYCL_INLINE_NAMESPACE(cl) {
24
namespace sycl {
25
0 commit comments