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


   This has been a useful feature on the vulkan side, to determine device 
parameters based on the device present.  This PR doesn't implement device 
querying on other targets, but moves the framework from vulkan-specific code to 
code that can be used by any runtime.
   
   - Move "from_device" argument definition from "vulkan" target to all targets.
   
   - Add device querying to TargetInternal::FromConfig, using "from_device" 
argument.  If present, these have lower priority than explicitly-specified 
attributes, but higher priority than the default attribute values.
   
   - Add default no-op DeviceAPI::GetTargetProperty.
   


-- 
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]


Reply via email to