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
Mapping from typenum to standard types updated with 'long long'
The example if gh-1167 creates a numpy array with dtype equal to
unsigned long-long (typenum 10).
dpctl's mapping from typenums to factual C++ types did not include
long long and its unsigned variant.
0 commit comments