manupa-arm commented on a change in pull request #9565:
URL: https://github.com/apache/tvm/pull/9565#discussion_r783272738
##########
File path: tests/python/relay/aot/test_c_device_api.py
##########
@@ -136,44 +136,29 @@ def
test_device_api_hooks_unpacked_api(device_api_main_func):
# Activate Device
assert (
- str(main_func.body[0][0].value)
- == "@tir.call_extern("
- + '"TVMDeviceEthosUActivate",'
- + " device_context_ethos_u: handle,"
- + " dtype=int32)"
+ str(main_func.body[0])
+ == "tir.call_extern(" + '"TVMDeviceEthosUActivate",' + "
device_context_ethos_u)\n"
)
# Open Device
+ print(str(main_func.body[1]))
Review comment:
You got me!. Removed.
--
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]