Skip to content

Commit

Permalink
Merge pull request #28 from stephan-rohr/fix/cuda_12
Browse files Browse the repository at this point in the history
Update includes for CUDA 12.0
  • Loading branch information
jtramm authored Jul 13, 2023
2 parents 6e2beb7 + 4f151f7 commit f733fc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cuda/XSbench_header.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include<assert.h>
#include<cuda.h>
#include <thrust/reduce.h>
#include <thrust/partition.h>
#include<stdint.h>
#include <chrono>

Expand Down

0 comments on commit f733fc5

Please sign in to comment.