We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4350787 commit e2bc6e5Copy full SHA for e2bc6e5
1 file changed
cuda_core/cuda/core/system/utils.pyx
@@ -6,7 +6,7 @@ from cpython cimport array
6
from libc.stdint cimport uint64_t
7
8
9
-cdef list[int] unpack_bitmask(x: list[int] | array.array):
+def unpack_bitmask(x: list[int] | array.array) -> list[int]:
10
"""
11
Unpack a list of integers containing bitmasks.
12
0 commit comments