We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_md_local_accessor
1 parent c0019d5 commit c849993Copy full SHA for c849993
dpctl/_sycl_queue.pyx
@@ -158,7 +158,7 @@ cdef class LocalAccessor:
158
elif type == 'f8':
159
self.lacc.dpctl_type_id = _arg_data_type._DOUBLE
160
else:
161
- raise ValueError(f"Unrecornigzed type value: '{type}'")
+ raise ValueError(f"Unrecognized type value: '{type}'")
162
163
def __repr__(self):
164
return "LocalAccessor(" + self.ndim + ")"
0 commit comments