Lunderberg opened a new pull request #8587:
URL: https://github.com/apache/tvm/pull/8587


   Some target parameters, such as the device_name on vulkan, have spaces in 
them.  This prevented round-trips between string and Target objects, which can 
occur in some cases (e.g. [AOT 
codegen](https://github.com/apache/tvm/blob/main/src/relay/backend/aot_executor_codegen.cc#L782)).
   
   - Allowed for spaces in target attributes.
   - Bugfix for target string `vulkan -from_device=0`, was missing device name 
from device query.


-- 
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: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to