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


   A few small changes to on the DeviceAPI side.
   
   - Added kDriverVersion as an option for GetAttr.  Some of the vulkan tests 
seem to have driver-specific deltas, so this will help collect information.  
Exposed this through `tvm._ffi.runtime_ctypes.Device` class.
   - Added `api_version` to python `Device` class, which was previously 
query-able on C++ side.
   - Updates to docstrings in `Device` to clarify differences between 
`compute_version`, `api_version`, and `driver_version`.
   - Updated clock speed returned by OpenCL runtime to be in kHz, consistent 
with units returned by cuda/rocm runtimes.
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to