Skip to content

Commit 04d674f

Browse files
committed
add dim3 and grid_group
1 parent 7df599f commit 04d674f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

numba_cuda/numba/cuda/types/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from .npytypes import *
1515
from .scalars import *
1616
from .function_type import *
17-
from .ext_types import bfloat16
17+
from .ext_types import bfloat16, dim3, grid_group
1818

1919
numpy_version = tuple(map(int, np.__version__.split(".")[:2]))
2020

@@ -220,6 +220,8 @@
220220
ffi
221221
deferred_type
222222
bfloat16
223+
dim3
224+
grid_group
223225
"""
224226

225227

0 commit comments

Comments
 (0)