nverke commented on code in PR #13110:
URL: https://github.com/apache/tvm/pull/13110#discussion_r999885652
##########
tests/python/contrib/test_hexagon/test_async_dma_pipeline.py:
##########
@@ -72,9 +72,23 @@ def operator(a: T.handle, b: T.handle, c: T.handle) -> None:
return tvm.tir.Schedule(operator)
-def evaluate(hexagon_session, sch, a, b, size_a, expected_output,
use_async_copy=0):
+def evaluate(
+ hexagon_session,
+ sch,
+ a,
+ b,
+ size_a,
+ expected_output,
+ use_async_copy=0,
Review Comment:
No, not that it mattered much since other runs dont mark those stages as
async anyway though. Just felt more correct to have it as off.
--
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]