[llvm] [profcheck] Exclude GPU tests (PR #166681)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 5 17:04:22 PST 2025


================
@@ -66,6 +66,8 @@
     config.excludes.append("UpdateTestChecks")
     # TODO(#166655): Reenable Instrumentation tests
     config.excludes.append("Instrumentation")
+    # profiling doesn't work quite well on GPU, excluding
----------------
boomanaiden154 wrote:

Maybe worth filing a tracking issue? I know there are people interested in getting profiling working on the GPU.

https://github.com/llvm/llvm-project/pull/166681


More information about the llvm-commits mailing list