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

Commit

Permalink
Merge pull request #690 from jaredhoberock/issue-688
Browse files Browse the repository at this point in the history
Use #pragma hd_warning_disable to accomodate older nvcc.
  • Loading branch information
jaredhoberock committed Aug 5, 2015
2 parents 57de29e + a6ae88f commit a1c6199
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thrust/detail/config/exec_check_disable.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#if defined(__CUDACC__)

#define __thrust_exec_check_disable__ \
#pragma hd_warning_disable \
#pragma nv_exec_check_disable
#else

Expand Down

0 comments on commit a1c6199

Please sign in to comment.