Skip to content

Commit

Permalink
Revert some feedback from miscco
Browse files Browse the repository at this point in the history
We cannot include <cuda/functional> into non-CUDA translation units
  • Loading branch information
bernhardmgruber committed Nov 4, 2024
1 parent c4cc6d4 commit 15d7373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion thrust/benchmarks/bench/transform/basic.cu
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include <thrust/transform.h>
#include <thrust/zip_function.h>

#include <cuda/functional>
#include <cuda/__functional/address_stability.h>

#include <nvbench_helper.cuh>

Expand Down
2 changes: 1 addition & 1 deletion thrust/testing/address_stability.cu
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <cuda/functional>
#include <cuda/__functional/address_stability.h>

#include <unittest/unittest.h>

Expand Down

0 comments on commit 15d7373

Please sign in to comment.