================ @@ -0,0 +1,408 @@ +#!/usr/bin/env python3 +"""Minimal lit-style runner for the HIP device-PGO tests. + +The compiler-rt profile lit suite (and llvm-lit / FileCheck) is not part of the ---------------- yxsamliu wrote:
This should not block this PR, but could be a good future direction: is it possible to make these `.hip` tests part of the normal `check-profile` lit run, guarded by proper lit features? It seems they would need to be gated on the amdgcn profile runtime, the host ROCm profile runtime, and a non-empty `amdgpu-arch` result. That would let lit discover them directly while still skipping them on machines that do not have the needed GPU/HIP setup. https://github.com/llvm/llvm-project/pull/203056 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
