-
Notifications
You must be signed in to change notification settings - Fork 242
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
19 files
+6 −5 | .github/workflows/autopush.yml | |
+4 −15 | .github/workflows/ci.yml | |
+4 −4 | dtypes.py | |
+0 −31 | ndarray/Makefile | |
+0 −0 | ndarray/__init__.py | |
+0 −1,907 | ndarray/gen_elemwise.py | |
+0 −1,511 | ndarray/gen_reduction.py | |
+0 −35 | ndarray/gpu_ndarray.h | |
+0 −207 | ndarray/pygpu_language.h | |
+0 −622 | ndarray/pygpu_language_cuda.cu | |
+0 −317 | ndarray/pygpu_language_opencl.cpp | |
+0 −1,546 | ndarray/pygpu_ndarray.cpp | |
+0 −71 | ndarray/pygpu_ndarray.h | |
+0 −232 | ndarray/pygpu_ndarray_object.h | |
+0 −101 | ndarray/setup_opencl.py | |
+0 −411 | ndarray/test_gpu_elemwise.py | |
+0 −487 | ndarray/test_gpu_ndarray.py | |
+54 −0 | pyproject.toml | |
+0 −9 | setup.cfg |