Make device properties prettier #210
Labels
cuda.core
Everything related to the cuda.core module
enhancement
Any code-related improvements
P1
Medium priority - Should do
Milestone
Similar to #205 but for
Device
properties. Currently we return all of them at once, with the C enumerator names as the keyscuda-python/cuda_core/cuda/core/experimental/_device.py
Lines 82 to 85 in 213baf4
We should perhaps make the returned object a Python class instead of dict, with nice, pythonic attributes.
The text was updated successfully, but these errors were encountered: