Skip to content

Commit

Permalink
nvcc wrapper: remove troubling flag to fix 6628 (kokkos#6629)
Browse files Browse the repository at this point in the history
Remove nvcc_wrapper flag recognition that causes issues with cmake
  • Loading branch information
fnrizzi committed Dec 1, 2023
1 parent 12af576 commit 52d5c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/nvcc_wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ do
fi
;;
#Handle known nvcc args
--dryrun|-dryrun|--verbose|-v|--keep|-keep|--source-in-ptx|-src-in-ptx|--keep-dir*|-keep-dir*|-G|-lineinfo|--generate-line-info|-extended-lambda|-expt-extended-lambda|-expt-relaxed-constexpr|--resource-usage|-res-usage|-fmad=*|--use_fast_math|-use_fast_math|--Wext-lambda-captures-this|-Wext-lambda-captures-this)
--dryrun|-dryrun|--verbose|--keep|-keep|--source-in-ptx|-src-in-ptx|--keep-dir*|-keep-dir*|-G|-lineinfo|--generate-line-info|-extended-lambda|-expt-extended-lambda|-expt-relaxed-constexpr|--resource-usage|-res-usage|-fmad=*|--use_fast_math|-use_fast_math|--Wext-lambda-captures-this|-Wext-lambda-captures-this)
cuda_args="$cuda_args $1"
;;
#Handle more known nvcc args
Expand Down

0 comments on commit 52d5c37

Please sign in to comment.