-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule compyte
updated
13 files
+6 −5 | .github/workflows/autopush.yml | |
+4 −15 | .github/workflows/ci.yml | |
+5 −5 | dtypes.py | |
+14 −9 | ndarray/gen_elemwise.py | |
+13 −9 | ndarray/gen_reduction.py | |
+5 −1 | ndarray/pygpu_language.h | |
+7 −7 | ndarray/pygpu_ndarray.cpp | |
+1 −1 | ndarray/pygpu_ndarray_object.h | |
+4 −2 | ndarray/setup_opencl.py | |
+4 −4 | ndarray/test_gpu_elemwise.py | |
+1 −1 | ndarray/test_gpu_ndarray.py | |
+54 −0 | pyproject.toml | |
+0 −7 | setup.cfg |