Skip to content

Commit

Permalink
Fix token name to match update on the spec
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshmih committed Aug 23, 2023
1 parent 33d026f commit ee09fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CL/cl_ext.h
Original file line number Diff line number Diff line change
Expand Up @@ -1627,7 +1627,7 @@ typedef cl_uint cl_external_memory_handle_type_khr;

/* cl_device_info */
#define CL_DEVICE_EXTERNAL_MEMORY_IMPORT_HANDLE_TYPES_KHR 0x204F
#define CL_DEVICE_EXTERNAL_MEMORY_IMPORT_ASSUME_LINEAR_HANDLE_TYPES_KHR 0x2052
#define CL_DEVICE_EXTERNAL_MEMORY_IMPORT_ASSUME_LINEAR_IMAGES_HANDLE_TYPES_KHR 0x2052

/* cl_mem_properties */
#define CL_DEVICE_HANDLE_LIST_KHR 0x2051
Expand Down

0 comments on commit ee09fa9

Please sign in to comment.