Skip to content

Commit

Permalink
include CL_DEVICE_TYPE_DEFAULT in the py
Browse files Browse the repository at this point in the history
  • Loading branch information
geohot committed Nov 26, 2023
1 parent ab12afd commit 6fc8820
Show file tree
Hide file tree
Showing 2 changed files with 740 additions and 8 deletions.
2 changes: 1 addition & 1 deletion generate_opencl.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
clang2py /usr/include/CL/cl.h -o gpuctypes/opencl.py -l /usr/lib/x86_64-linux-gnu/libOpenCL.so
clang2py /usr/include/CL/cl.h -o gpuctypes/opencl.py -l /usr/lib/x86_64-linux-gnu/libOpenCL.so -k cdefstum
grep FIXME_STUB gpuctypes/opencl.py || true
Loading

0 comments on commit 6fc8820

Please sign in to comment.