You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hipDeviceProp_t and hipDeviceGetAttribute may be used to query the device's L2 cache size, but there do not seem to be any option to query L1 and L3/infinity cache size. Judging from the implementation of Device::populateOCLDeviceConstants in clr, this information is already available in HSA, but there is no way to read it from HIP:
Suggestion Description
hipDeviceProp_t
andhipDeviceGetAttribute
may be used to query the device's L2 cache size, but there do not seem to be any option to query L1 and L3/infinity cache size. Judging from the implementation ofDevice::populateOCLDeviceConstants
in clr, this information is already available in HSA, but there is no way to read it from HIP:https://github.com/ROCm/clr/blob/fe5c68d8a3494b18d0f775b62a024bfe0c2e1e00/rocclr/device/rocm/rocdevice.cpp#L1705-L1723
Would it be possible to add this?
Operating System
No response
GPU
No response
ROCm Component
No response
The text was updated successfully, but these errors were encountered: