Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Sudhanshu Sane
VTK-m
Commits
1d980ed1
Commit
1d980ed1
authored
Apr 10, 2019
by
Robert Maynard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Thrust Patches tried to apply CUDA 10.1 patches to CUDA 10.0
parent
fda02b3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vtkm/exec/cuda/internal/ThrustPatches.h
vtkm/exec/cuda/internal/ThrustPatches.h
+2
-2
No files found.
vtkm/exec/cuda/internal/ThrustPatches.h
View file @
1d980ed1
...
...
@@ -176,8 +176,8 @@ ALIGN_RE_PAIR(vtkm::Int64, vtkm::Float64);
}
#endif //THRUST_VERSION >= 100900
#if THRUST_VERSION >= 10090
3
//So for thrust 1.9.
3
+ (CUDA 10.1+) the stateless_resource_allocator has a bug
#if THRUST_VERSION >= 10090
4
//So for thrust 1.9.
4
+ (CUDA 10.1+) the stateless_resource_allocator has a bug
//where it is not marked as __host__ __device__ && __thrust_exec_check_disable__.
//To fix this we add a new partial specialization on cuda::memory_resource
//which the correct markup (which is what everyone calls).
...
...
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