mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-10-22 21:11:07 +08:00
Try disabling the cache again for ROCm.
This commit is contained in:
parent
d739b9dc60
commit
73da4623b1
@ -164,7 +164,7 @@ build:linux:cuda-12.2:clang-12:
|
||||
EIGEN_CI_CXX_COMPILER: clang++-12
|
||||
EIGEN_CI_TEST_CUDA_CLANG: "on"
|
||||
|
||||
# ######## HIP ###################################################################
|
||||
######### HIP ##################################################################
|
||||
# Note: these are currently build-only, until we get an AMD-supported runner.
|
||||
|
||||
# ROCm HIP
|
||||
@ -176,7 +176,7 @@ build:linux:rocm-latest:gcc-10:
|
||||
EIGEN_CI_CXX_COMPILER: g++-10
|
||||
EIGEN_CI_BUILD_TARGET: buildtests_gpu
|
||||
EIGEN_CI_ADDITIONAL_ARGS: -DEIGEN_TEST_HIP=on
|
||||
cache: {} # Disable cache for ROCm, since it fails whenever the image updates.
|
||||
cache: [] # Disable cache for ROCm, since it fails whenever the image updates.
|
||||
|
||||
|
||||
######## Arm ###################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user