[libc-commits] [libc] [libc] NVPTX Profiling Draft (PR #92009)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Wed May 22 13:54:27 PDT 2024


================
@@ -1,26 +1,33 @@
+if(LIBC_TARGET_OS_IS_GPU)
+  add_subdirectory(gpu)
+  return()
+endif()
+
----------------
jhuber6 wrote:

This file shouldn't have any changes except for these five lines.

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


More information about the libc-commits mailing list