[all-commits] [llvm/llvm-project] 590d7e: [HIP] Fix test rocm-detect.hip
Yaxun (Sam) Liu via All-commits
all-commits at lists.llvm.org
Wed Aug 2 13:13:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 590d7e2664260d5ceef77be03cdc3564e0f57f72
https://github.com/llvm/llvm-project/commit/590d7e2664260d5ceef77be03cdc3564e0f57f72
Author: Yaxun (Sam) Liu <yaxun.liu at amd.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M clang/test/Driver/rocm-detect.hip
Log Message:
-----------
[HIP] Fix test rocm-detect.hip
Two run lines fail due to missing device libs for gfx902, which are fixed by
using gfx1010 which has device lib.
The other two spack tests have to be removed since there is no reliable
way to make them pass/fail not depending on whether there is ROCm
installed on the system.
Reviewed by: Fangrui Song, Joseph Huber
Differential Revision: https://reviews.llvm.org/D156935
More information about the All-commits
mailing list