jroesch commented on a change in pull request #7518:
URL: https://github.com/apache/tvm/pull/7518#discussion_r664943202
##########
File path: tests/python/relay/test_op_fast_math.py
##########
@@ -14,6 +14,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
+import pdb
Review comment:
Remove
##########
File path: tests/python/relay/test_op_fast_math.py
##########
@@ -44,7 +45,6 @@ def test_apply(relay_op, name, f_numpy, low, high, step,
dtype="float32"):
func_name = "tvmgen_default_fused_" + name
# When there're multiple targets in tvm.testing.parametrize_targets,
the function
# built will have a "_1" in function name
- assert func_name in graph
Review comment:
Restore
--
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]