-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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 dlpack
updated
6 files
+63 −3 | CMakeLists.txt | |
+2 −0 | apps/from_numpy/Makefile | |
+103 −0 | apps/from_numpy/main.py | |
+45 −0 | apps/from_numpy/numpy_dlpack.c | |
+4 −0 | cmake/template/Config.cmake.in | |
+17 −3 | include/dlpack/dlpack.h |