Skip to content

Commit

Permalink
rename CUDA_HOST_REM to REM_CUDA_HOST to match other flags
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Feb 2, 2023
1 parent 03ae6ad commit 99cc383
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scram-tools.file/tools/cuda/cuda.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<environment name="INCLUDE" default="$CUDA_BASE/include"/>
</client>
<flags CUDA_FLAGS="@CUDA_FLAGS@"/>
<flags CUDA_HOST_REM_CXXFLAGS="-std=%"/>
<flags CUDA_HOST_REM_CXXFLAGS="%potentially-evaluated-expression"/>
<flags REM_CUDA_HOST_CXXFLAGS="-std=%"/>
<flags REM_CUDA_HOST_CXXFLAGS="%potentially-evaluated-expression"/>
<flags CUDA_HOST_CXXFLAGS="@CUDA_HOST_CXXFLAGS@"/>
<lib name="cudadevrt" type="cuda"/>
<runtime name="ROOT_INCLUDE_PATH" value="$INCLUDE" type="path"/>
Expand Down

0 comments on commit 99cc383

Please sign in to comment.