trunk/67d293ec29ed79d56d5ec34bc7117e45c93d0516: [ROCm] Skip conv_transpose1d complex32 reference test on MI200 (#198025)
- PyTorch: 1319 events in the last 90 days
- PyTorch: 1304th Release in the last 90 days
- Previous: earlier the same day · trunk/14af516b2eb31fa3754591db024707801db4845f
What happened
test_complex_half_reference_testing_nn_functional_conv_transpose1d_cuda_complex32 fails intermittently on MI200 CI (one of 56 elements off by 1.09 against a 0.05 + 5% tolerance, consistent within a job). Root cause is in MIOpen, not the test: complex32 conv is decomposed into three fp16 convs, conv_transpose is issued to MIOpen as a backward-data convolution, and for this problem MIOpen's backward-data find picks be…
Summary assembled by rule from the sources below