Skip to content

Commit

Permalink
cl_loader_layers update (#211)
Browse files Browse the repository at this point in the history
* Added `CL_LAYER_NAME` info query for layers.

* Added `CL_LAYER_OPTIONS` info query for layers.

* Remove options for now as suggested by the working group.
  • Loading branch information
Kerilk authored Feb 1, 2023
1 parent a86f4e7 commit 4c82e9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CL/cl_layer.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ extern "C" {
typedef cl_uint cl_layer_info;
typedef cl_uint cl_layer_api_version;
#define CL_LAYER_API_VERSION 0x4240
#define CL_LAYER_NAME 0x4241
#define CL_LAYER_API_VERSION_100 100

extern CL_API_ENTRY cl_int CL_API_CALL
Expand Down

0 comments on commit 4c82e9c

Please sign in to comment.