-
Notifications
You must be signed in to change notification settings - Fork 30
Expanded intel_device_info output #1656
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added "free_memory" for Free Global Memory on the device in bytes, "memory_clock_rate" for Maximum Memory Clock Rate in MHz, and "memory_bus_width" for bus width in bits.
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
Array API standard conformance tests for dpctl=0.17.0dev0=py310h15de555_312 ran successfully. |
Fixed typo Co-authored-by: ndgrigorian <[email protected]>
Array API standard conformance tests for dpctl=0.17.0dev0=py310h15de555_313 ran successfully. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we verified this worked on PVC with ZES_ENABLE_SYSMAN=1
, it may be a good idea to document that this must be set to get the ext_intel_free_memory
descriptor.
The lenient verbiage is to allow Level-Zero driver to change its defaults.
Array API standard conformance tests for dpctl=0.17.0dev0=py310h15de555_315 ran successfully. |
Added
"free_memory"
for Free Global Memory on the device in bytes,"memory_clock_rate"
for Maximum Memory Clock Rate in MHz, and"memory_bus_width"
for bus width in bits.Additions come from https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/supported/sycl_ext_intel_device_info.md