Skip to content

Commit

Permalink
Fix typo in AtomicRefType.name attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Diptorup Deb committed Nov 14, 2023
1 parent b01c81a commit f3a9550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numba_dpex/experimental/dpcpp_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def __init__(
self._has_aspect_atomic64 = has_aspect_atomic64
name = (
f"AtomicRef< {self._dtype}, "
"memory_order= {self._memory_order}, "
f"memory_order= {self._memory_order}, "
f"memory_scope= {self._memory_scope}, "
f"address_space= {self._address_space}>"
)
Expand Down

0 comments on commit f3a9550

Please sign in to comment.