[libc-commits] [libc] [libc] Add Kernel Resource Usage to nvptx-loader (PR #97503)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Tue Jul 2 18:08: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;
----------------
jhuber6 wrote:
This isn't a launch parameter, it should just be a separate option. Honestly I'm wondering if I should just port this to use the LLVM commandline handling now that it's always built w/ LLVM.
https://github.com/llvm/llvm-project/pull/97503
More information about the libc-commits
mailing list