inducer / pyopencl

OpenCL integration for Python, plus shiny features
http://mathema.tician.de/software/pyopencl
Other
1.06k stars 241 forks source link

fix SLOT_ID name #425

Closed matthiasdiener closed 3 years ago

matthiasdiener commented 3 years ago

Strangely, it already looks correct at https://documen.tician.de/pyopencl/runtime_const.html#pyopencl.device_info.PCI_SLOT_ID_NV

inducer commented 3 years ago

Strangely, it already looks correct at documen.tician.de/pyopencl/runtime_const.html#pyopencl.device_info.PCI_SLOT_ID_NV

No, it's missing extension/version info, which is what this is for.

inducer commented 3 years ago

Thx!