Skip to content

Commit

Permalink
nvcc(wrapper): adding missing --generate-line-info arg
Browse files Browse the repository at this point in the history
  • Loading branch information
romintomasetti committed Nov 22, 2023
1 parent 0a40d16 commit 0262f74
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|--verbose|--keep|--source-in-ptx|-src-in-ptx|--keep-dir*|-G|-lineinfo|-extended-lambda|-expt-extended-lambda|-expt-relaxed-constexpr|--resource-usage|--fmad=*|--use_fast_math|--Wext-lambda-captures-this|-Wext-lambda-captures-this)
--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)
cuda_args="$cuda_args $1"
;;
#Handle more known nvcc args
Expand Down

0 comments on commit 0262f74

Please sign in to comment.