[libc-commits] [libc] [libc] Add Kernel Resource Usage to nvptx-loader (PR #97503)
via libc-commits
libc-commits at lists.llvm.org
Sat Jul 6 15:06:36 PDT 2024
================
@@ -28,6 +28,7 @@ struct LaunchParameters {
uint32_t num_blocks_x;
uint32_t num_blocks_y;
uint32_t num_blocks_z;
+ bool print_resource_usage;
----------------
jameshu15869 wrote:
Ah, that makes sense. I can move resource usage logic out of the kernel launch logic
https://github.com/llvm/llvm-project/pull/97503
More information about the libc-commits
mailing list