Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-sparse
Commits
3fc02192
"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "6b1abba18dce2eb169b6363ea5f626e7cd87cf21"
Commit
3fc02192
authored
Aug 06, 2018
by
rusty1s
Browse files
rename
parent
70249ef7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
cuda/matmul_kernel.cu
cuda/matmul_kernel.cu
+0
-0
setup.py
setup.py
+1
-1
No files found.
cuda/matmul_
cuda
.cu
→
cuda/matmul_
kernel
.cu
View file @
3fc02192
File moved
setup.py
View file @
3fc02192
...
@@ -14,7 +14,7 @@ cmdclass = {}
...
@@ -14,7 +14,7 @@ cmdclass = {}
if
torch
.
cuda
.
is_available
():
if
torch
.
cuda
.
is_available
():
ext_modules
+=
[
ext_modules
+=
[
CUDAExtension
(
'matmul_cuda'
,
CUDAExtension
(
'matmul_cuda'
,
[
'cuda/matmul.cpp'
,
'cuda/matmul_
cuda
.cu'
])
[
'cuda/matmul.cpp'
,
'cuda/matmul_
kernel
.cu'
])
]
]
cmdclass
[
'build_ext'
]
=
BuildExtension
cmdclass
[
'build_ext'
]
=
BuildExtension
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment