Commit 437d35a2 authored by Qianfeng Zhang's avatar Qianfeng Zhang
Browse files

Remove the printing in device operator

parent 8301d8dd
......@@ -919,8 +919,6 @@ struct DeviceGroupedMultiheadAttentionForward_Xdl_CShuffle_V2
if(status == hipStreamCaptureStatusActive)
{
std::cout << " Inside hipStreamCapturing ..." << std::endl;
size_t copy_size = arg.group_kernel_args_.size() * sizeof(GroupKernelArg);
// ToDO: when to release this memory buffer?
......@@ -936,7 +934,6 @@ struct DeviceGroupedMultiheadAttentionForward_Xdl_CShuffle_V2
}
else
{
std::cout << " Outside hipStreamCapturing ..." << std::endl;
HIP_CHECK_ERROR(
hipMemcpyAsync(arg.p_workspace_,
arg.group_kernel_args_.data(),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment