Hzfengsy commented on a change in pull request #8466:
URL: https://github.com/apache/tvm/pull/8466#discussion_r669724712
##########
File path: src/runtime/rocm/rocm_module.cc
##########
@@ -167,10 +167,12 @@ class ROCMWrappedFunc {
ThreadWorkLoad wl = thread_axis_cfg_.Extract(args);
void* config[] = {HIP_LAUNCH_PARAM_BUFFER_POINTER, packed_args,
HIP_LAUNCH_PARAM_BUFFER_SIZE,
&packed_nbytes, HIP_LAUNCH_PARAM_END};
+ LOG(INFO) << "dynamic shared mem size: " << wl.dyn_shmem_size;
Review comment:
Please remove debug output
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]