masahi commented on pull request #10391:
URL: https://github.com/apache/tvm/pull/10391#issuecomment-1051191212
@mei-ye Please make
```
if (
"vulkan" not in target.keys
or "+dotprod" in target.mattr
or target.supports_integer_dot_product
):
```
more readable. For now this should only be True for cuda and vk with dot
product support. But later I'll add opencl and rocm support too.
--
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]