masahi commented on pull request #9905:
URL: https://github.com/apache/tvm/pull/9905#issuecomment-1011390744
ok, I missed that `-device=arm_cpu` also affects compute/schedule/strategy
definitions themselves. But it still stands that having both
```
DEFAULT_TEST_TARGETS = [
"llvm",
"llvm -device=arm_cpu",
]
```
is odd, since `llvm` is not supposed to work on ci-arm. So it has to be the
case that `DEFAULT_TEST_TARGETS` is never used in ci-arm, and that it is safe
to remove `llvm -device=arm_cpu` from it. Tests that intend to be run on ARM
hosts should always use `tvm.target.arm_cpu`.
--
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]