trunk/67d293ec29ed79d56d5ec34bc7117e45c93d0516: [ROCm] Skip conv_transpose1d complex32 reference test on MI200 (#198025)
- PyTorch 近 90 天出现 1320 次
- PyTorch 近 90 天第 1305 次发版
- 上一次:同一天稍早 · trunk/14af516b2eb31fa3754591db024707801db4845f
发生了什么
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…
摘要按规则整理自下方来源原文