You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, #1271. In FFT family, we are not relying on torch op tests from PyTorch, so in some complicated ops, such as FFTs, layer_norm, upsampling, etc.., are passing tests in onnxscript, but failing in torch ops test. To avoid back and forth fixing the ops, we should have test_fx_op_consistency to enable integration tests in onnxscript for these complicated ops.
The text was updated successfully, but these errors were encountered:
For example, #1271. In FFT family, we are not relying on torch op tests from PyTorch, so in some complicated ops, such as FFTs, layer_norm, upsampling, etc.., are passing tests in onnxscript, but failing in torch ops test. To avoid back and forth fixing the ops, we should have
test_fx_op_consistency
to enable integration tests in onnxscript for these complicated ops.The text was updated successfully, but these errors were encountered: