================ @@ -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 ---------------- jhuber6 wrote:
We have infra on the pure device side to run lit tests, you can do `ninja check-compiler-rt-amdgcn-amd-amdhsa`. But that would only really tell you some limited information. The problem is it's a little tough to weave HIP compilation through the test suite. https://github.com/llvm/llvm-project/pull/203056 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
