forked from torch/distro
-
Notifications
You must be signed in to change notification settings - Fork 0
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 cutorch
updated
13 files
+5 −5 | init.c | |
+3 −2 | lib/THC/CMakeLists.txt | |
+93 −124 | lib/THC/THCGeneral.c | |
+4 −2 | lib/THC/THCGeneral.h.in | |
+1 −0 | lib/THC/THCStorageCopy.c | |
+1 −0 | lib/THC/THCStorageCopy.cu | |
+4 −5 | lib/THC/THCTensorCopy.cu | |
+133 −0 | lib/THC/THCTensorRandom.cpp | |
+6 −118 | lib/THC/THCTensorRandom.cu | |
+6 −6 | lib/THC/THCTensorRandom.h | |
+3 −0 | lib/THC/generic/THCStorage.cu | |
+21 −54 | lib/THC/generic/THCStorageCopy.c | |
+22 −60 | lib/THC/generic/THCStorageCopy.cu |