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
dgl
Commits
62dd1c86
"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "a9df12ab451be65060f6f69e201e3a6cb2ee15e8"
Unverified
Commit
62dd1c86
authored
Mar 05, 2021
by
maqy1995
Committed by
GitHub
Mar 05, 2021
Browse files
fix doc typo (#2721)
parent
7380d61e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/array/cuda/spmm.cuh
src/array/cuda/spmm.cuh
+1
-1
No files found.
src/array/cuda/spmm.cuh
View file @
62dd1c86
...
@@ -119,7 +119,7 @@ __global__ void ArgSpMMCooKernel(
...
@@ -119,7 +119,7 @@ __global__ void ArgSpMMCooKernel(
}
}
/*!
/*!
* \brief CUDA kernel of g-SpMM on C
oo
format.
* \brief CUDA kernel of g-SpMM on C
sr
format.
* \note it uses node parallel strategy, different threadblocks (on y-axis)
* \note it uses node parallel strategy, different threadblocks (on y-axis)
* is responsible for the computation on different destination nodes.
* is responsible for the computation on different destination nodes.
* Threadblocks on the x-axis are responsible for the computation on
* Threadblocks on the x-axis are responsible for the computation on
...
...
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