mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-20 04:49:54 +00:00
Patch for bwd data comments (#174)
* change function name and way to set input zero
* change enable if
[ROCm/composable_kernel commit: 6717168c18]
This commit is contained in:
@@ -336,8 +336,7 @@ bool profile_convnd_bwd_data_impl(int do_verification,
|
||||
wei_device_buf.ToDevice(weights.mData.data());
|
||||
|
||||
// reset input to zero
|
||||
input_device_result.GenerateTensorValue(GeneratorTensor_1<InDataType>{0});
|
||||
in_device_buf.ToDevice(input_device_result.mData.data());
|
||||
in_device_buf.SetZero();
|
||||
|
||||
if(do_verification)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user