Skip to content

Commit 24910d2

Browse files
[rocm-libraries] ROCm/rocm-libraries#1770 (commit ecd2400)
Fix rocThrust 2.8.5 NVCC job failures This PR contains fixes for libcudacxx/libhipcxx compatibility for the rocThrust version aligned with Thrust v2.8.5.
1 parent d34cfd0 commit 24910d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thrust/system/hip/detail/future.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# include _THRUST_STD_INCLUDE(__memory/unique_ptr.h)
4444
// clang-format on
4545
#else
46-
# include <memory>
46+
# include <thrust/detail/memory_wrapper.h>
4747
#endif
4848

4949
# include <type_traits>

0 commit comments

Comments
 (0)