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
f5102145
Unverified
Commit
f5102145
authored
Nov 02, 2021
by
nv-dlasalle
Committed by
GitHub
Nov 03, 2021
Browse files
Update cub for cuda 11.5 compatibility (#3468)
parent
cac25f63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/array/cuda/dgl_cub.cuh
src/array/cuda/dgl_cub.cuh
+2
-0
No files found.
src/array/cuda/dgl_cub.cuh
View file @
f5102145
...
@@ -10,7 +10,9 @@
...
@@ -10,7 +10,9 @@
// include cub in a safe manner
// include cub in a safe manner
#define CUB_NS_PREFIX namespace dgl {
#define CUB_NS_PREFIX namespace dgl {
#define CUB_NS_POSTFIX }
#define CUB_NS_POSTFIX }
#define CUB_NS_QUALIFIER ::dgl::cub
#include "cub/cub.cuh"
#include "cub/cub.cuh"
#undef CUB_NS_QUALIFIER
#undef CUB_NS_POSTFIX
#undef CUB_NS_POSTFIX
#undef CUB_NS_PREFIX
#undef CUB_NS_PREFIX
...
...
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