Skip to content

Commit

Permalink
Generate the ICD Loader Dispatch Functions (#114)
Browse files Browse the repository at this point in the history
* initial version of generated ICD dispatch code

* add new OpenCL 3.0 API clSetContextDestructorCallback

* add a README describing how to generate files
increment the file version

* address review comments
  • Loading branch information
bashbaug authored Sep 8, 2020
1 parent 862eebe commit b697982
Show file tree
Hide file tree
Showing 7 changed files with 3,169 additions and 2,623 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ set (OPENCL_ICD_LOADER_SOURCES
loader/icd.h
loader/icd_dispatch.c
loader/icd_dispatch.h
loader/icd_dispatch_generated.c
loader/icd_envvars.h
loader/icd_platform.h)

Expand Down
Loading

0 comments on commit b697982

Please sign in to comment.