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
"llm/git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "26a00a04108f6cae625802e69faa4b48480bc208"
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 = {}
if
torch
.
cuda
.
is_available
():
ext_modules
+=
[
CUDAExtension
(
'matmul_cuda'
,
[
'cuda/matmul.cpp'
,
'cuda/matmul_
cuda
.cu'
])
[
'cuda/matmul.cpp'
,
'cuda/matmul_
kernel
.cu'
])
]
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