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.
1 parent 49297ec commit 23d1ad1Copy full SHA for 23d1ad1
.github/scripts/build-cuda.sh
@@ -33,7 +33,7 @@ if [ "${build_os:0:6}" == ubuntu ]; then
33
34
docker run -i -w /src -v "$PWD:/src" "$image" bash -c \
35
"dnf -y --refresh update --security \
36
- && dnf -y install cmake gcc-toolset-11 --setopt=install_weak_deps=False --setopt=tsflags=nodocs
+ && dnf -y install cmake gcc-toolset-11 --setopt=install_weak_deps=False --setopt=tsflags=nodocs \
37
&& source scl_source enable gcc-toolset-11 \
38
&& cmake -DCOMPUTE_BACKEND=cuda -DCOMPUTE_CAPABILITY=\"${build_capability}\" . \
39
&& cmake --build . --config Release"
0 commit comments