[compiler-rt] [llvm] [compiler-rt] Add KCSAN inspired GPU ConcurrencySanitizer runtime (PR #207714)
Joseph Huber via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 14 18:05:55 PDT 2026
================
@@ -0,0 +1,59 @@
+//===-- sanitizer/gpu_sanitizer.h -------------------------------*- C++ -*-===//
----------------
jhuber6 wrote:
I was tentatively considering using this for some future work. E.g. printing real values for UBSan in the future. I can make it specific now, however.
https://github.com/llvm/llvm-project/pull/207714
More information about the llvm-commits
mailing list