Generate the ICD Loader Dispatch Functions (#114)
authorBen Ashbaugh <ben.ashbaugh@intel.com>
Tue, 8 Sep 2020 16:45:22 +0000 (09:45 -0700)
committerGitHub <noreply@github.com>
Tue, 8 Sep 2020 16:45:22 +0000 (17:45 +0100)
commitb697982b443283e72837b85446d58e74f724aeb0
tree2fbcba8655d8957bde8b4a131eec7f5bc0c47d59
parent862eebe7ca733c398334a8db8481172a7d3a3c47
Generate the ICD Loader Dispatch Functions (#114)

* 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
CMakeLists.txt
loader/icd_dispatch.c
loader/icd_dispatch_generated.c [new file with mode: 0644]
loader/windows/OpenCL.rc
scripts/README.md [new file with mode: 0644]
scripts/gen_loader.py [new file with mode: 0644]
scripts/icd_dispatch_generated.c.mako [new file with mode: 0644]