Skip to content

Commit 960e9ae

Browse files
committed
github action
1 parent 205c208 commit 960e9ae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/Windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
cuda: '12.4.0'
1111
linux-local-args: '["--toolkit"]'
1212
use-local-cache: false
13+
use-github-cache: false
1314
- run: nvcc -V
1415
- name: Checkout
1516
uses: actions/checkout@v3

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ set(cuda_flags
3737
$<$<CXX_COMPILER_ID:GNU>:-Xcompiler -Wall -fopenmp -O3>
3838
$<$<CXX_COMPILER_ID:Clang>:-Xcompiler -Wall -fopenmp -O3>
3939
$<$<CXX_COMPILER_ID:MSVC>:-Xcompiler ${MSVC_XCOMPILER_FLAGS}>
40-
-Xcudafe=--display_error_number
40+
#-Xcudafe=--display_error_number
4141
-lineinfo
4242
--expt-extended-lambda
4343
-use_fast_math

0 commit comments

Comments
 (0)