We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 205c208 commit 960e9aeCopy full SHA for 960e9ae
.github/workflows/Windows.yml
@@ -10,6 +10,7 @@ jobs:
10
cuda: '12.4.0'
11
linux-local-args: '["--toolkit"]'
12
use-local-cache: false
13
+ use-github-cache: false
14
- run: nvcc -V
15
- name: Checkout
16
uses: actions/checkout@v3
CMakeLists.txt
@@ -37,7 +37,7 @@ set(cuda_flags
37
$<$<CXX_COMPILER_ID:GNU>:-Xcompiler -Wall -fopenmp -O3>
38
$<$<CXX_COMPILER_ID:Clang>:-Xcompiler -Wall -fopenmp -O3>
39
$<$<CXX_COMPILER_ID:MSVC>:-Xcompiler ${MSVC_XCOMPILER_FLAGS}>
40
- -Xcudafe=--display_error_number
+ #-Xcudafe=--display_error_number
41
-lineinfo
42
--expt-extended-lambda
43
-use_fast_math
0 commit comments