Skip to content

Commit

Permalink
fix macros, try except
Browse files Browse the repository at this point in the history
  • Loading branch information
geohot committed Nov 26, 2023
1 parent 6fc8820 commit d130156
Show file tree
Hide file tree
Showing 3 changed files with 683 additions and 342 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ build
dist
gpuctypes.egg-info
__pycache__
.*.swp
1 change: 1 addition & 0 deletions generate_opencl.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
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
python3 -c "import gpuctypes.opencl"
Loading

0 comments on commit d130156

Please sign in to comment.