Update CUDA to 11.3 for CI script

This commit is contained in:
Tom Lin 2021-06-30 16:31:14 +01:00
parent ce7f013a8e
commit 6fe81e1955

View File

@ -124,7 +124,7 @@ run_build() {
AMD_ARCH="gfx_903"
NV_ARCH="sm_70"
NV_ARCH_CCXY="cuda11.2,cc80"
NV_ARCH_CCXY="cuda11.3,cc80"
build_gcc() {
local name="gcc_build"