yanghaku commented on issue #12853:
URL: https://github.com/apache/tvm/issues/12853#issuecomment-1253165818
when I change the assert check to:
```c++
ICHECK_EQ(target->kind->device_type == kDLVulkan ||
target->kind->device_type == kDLWebGPU, true)
<< "SPIRVSupport can only be checked for vulkan or WebGPU device type";
```
Compiling the model is successful.
--
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]