Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit a1c6199

Browse files
committed
Merge pull request #690 from jaredhoberock/issue-688
Use #pragma hd_warning_disable to accomodate older nvcc.
2 parents 57de29e + a6ae88f commit a1c6199

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

thrust/detail/config/exec_check_disable.h

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#if defined(__CUDACC__)
2626

2727
#define __thrust_exec_check_disable__ \
28+
#pragma hd_warning_disable \
2829
#pragma nv_exec_check_disable
2930
#else
3031

0 commit comments

Comments
 (0)