masahi commented on code in PR #14792:
URL: https://github.com/apache/tvm/pull/14792#discussion_r1187028643
##########
src/target/source/codegen_opencl.cc:
##########
@@ -585,6 +586,14 @@ void CodeGenOpenCL::SetTextureScope(
}
runtime::Module BuildOpenCL(IRModule mod, Target target) {
+#if TVM_USE_VULKAN
Review Comment:
Changed to `TVM_ENABLE_SPIRV`, thanks for the suggestion!
--
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]