echuraev opened a new pull request, #15745: URL: https://github.com/apache/tvm/pull/15745
After adding OpenCL wrapper, it is possible to build TVM with OpenCL support also on the host which doesn't have OpenCL libraries. But if you want to compile OpenCL module for a remote device on such host machine then you will see an error that OpenCL lib cannot be open. To avoid such problem, `dry_run` argument was added to `OpenCLModuleCreate` function. This argument allows to generate OpenCL module without calling any methods from OpenCL runtime. And now OpenCL methods are called only when they really have to be executed. -- 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]
