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

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Mon May 13 12:31:40 PDT 2024


================
@@ -0,0 +1,183 @@
+add_subdirectory(timing)
+
+add_custom_target(gpu-benchmark)
+
+function (add_gpu_benchmark test_name)
----------------
jhuber6 wrote:

This is pretty much identical to the unit test interface except for the `target_link_libraries` including stuff like `LibcTest.hermetic`. We can probably deduplicate that if we just make some general argument for what to link in.

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


More information about the libc-commits mailing list