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

via libc-commits libc-commits at lists.llvm.org
Thu May 23 09:06:09 PDT 2024


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

Yeah, I ended up tweaking some of my editor settings and I think I got it now

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


More information about the libc-commits mailing list