We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83573ac + a5eec88 commit 1f33224Copy full SHA for 1f33224
.github/workflows/cmake-multi-platform.yml
@@ -56,10 +56,11 @@ jobs:
56
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
57
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
58
run: >
59
- cmake G "Ninja" -B ${{ steps.strings.outputs.build-output-dir }}
+ cmake -G "Ninja" -B ${{ steps.strings.outputs.build-output-dir }}
60
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
61
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
62
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
63
+ -DCUDA_ARCH="87;"
64
-S ${{ github.workspace }}
65
66
- name: Build
0 commit comments