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
It'd be useful to highlight all the inferred types in the inspect_types output so that, especially on GPUs, accidental upcast of types is trivial to spot. e.g. float64 is red, float32 is orange etc etc.
The text was updated successfully, but these errors were encountered:
Feature request
It'd be useful to highlight all the inferred types in the
inspect_types
output so that, especially on GPUs, accidental upcast of types is trivial to spot. e.g. float64 is red, float32 is orange etc etc.The text was updated successfully, but these errors were encountered: