gemini-code-assist[bot] commented on code in PR #18635:
URL: https://github.com/apache/tvm/pull/18635#discussion_r2660578455


##########
tests/python/relax/test_frontend_onnx.py:
##########
@@ -1206,9 +1208,9 @@ def _verify_conv_transpose(input_shape, weight_shape):
         model = helper.make_model(graph, producer_name="conv_transpose_test")
         check_correctness(model, atol=1e-4)
 
-    # ConvTranspose1D
-    _verify_conv_transpose([3, 4, 32], [4, 4, 3])
-    _verify_conv_transpose([3, 4, 32], [4, 2, 3])  # group=2
+    # # ConvTranspose1D
+    # _verify_conv_transpose([3, 4, 32], [4, 4, 3])
+    # _verify_conv_transpose([3, 4, 32], [4, 2, 3])  # group=2

Review Comment:
   ![medium](https://www.gstatic.com/codereviewagent/medium-priority.svg)
   
   These tests for `ConvTranspose1D` have been commented out. If this is due to 
a known issue with `conv1d_transpose` support (e.g., in TOPI legalization), it 
would be helpful to add a `TODO` comment explaining why these tests are 
disabled. This will provide context for future developers and prevent these 
tests from being forgotten.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to