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 6b013eb commit da69878Copy full SHA for da69878
include/CL/cl_ext_intel.h
@@ -441,11 +441,10 @@ typedef cl_bitfield cl_mem_alloc_flags_intel;
441
typedef cl_uint cl_mem_info_intel;
442
443
/* cl_mem_alloc_info_intel */
444
-#define CL_MEM_ALLOC_TYPE_INTEL 0x419A
445
-#define CL_MEM_ALLOC_BASE_PTR_INTEL 0x419B
446
-#define CL_MEM_ALLOC_SIZE_INTEL 0x419C
447
-#define CL_MEM_ALLOC_DEVICE_INTEL 0x419D
448
-#define CL_MEM_ALLOC_BUFFER_LOCATION_INTEL 0x419E
+#define CL_MEM_ALLOC_TYPE_INTEL 0x419A
+#define CL_MEM_ALLOC_BASE_PTR_INTEL 0x419B
+#define CL_MEM_ALLOC_SIZE_INTEL 0x419C
+#define CL_MEM_ALLOC_DEVICE_INTEL 0x419D
449
/* Enum values 0x419E-0x419F are reserved for future queries. */
450
451
typedef cl_uint cl_unified_shared_memory_type_intel;
0 commit comments