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
9a340c77
Unverified
Commit
9a340c77
authored
Apr 18, 2024
by
Muhammed Fatih BALIN
Committed by
GitHub
Apr 19, 2024
Browse files
[GraphBolt][CUDA] Add missing thrust include for later CCCL versions. (#7325)
parent
0d62d452
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
graphbolt/src/cuda/common.h
graphbolt/src/cuda/common.h
+1
-0
No files found.
graphbolt/src/cuda/common.h
View file @
9a340c77
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
#include <c10/cuda/CUDAException.h>
#include <c10/cuda/CUDAException.h>
#include <c10/cuda/CUDAStream.h>
#include <c10/cuda/CUDAStream.h>
#include <cuda_runtime.h>
#include <cuda_runtime.h>
#include <thrust/execution_policy.h>
#include <torch/script.h>
#include <torch/script.h>
#include <memory>
#include <memory>
...
...
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