Skip to content

Commit 5941a9a

Browse files
more fixes
1 parent 6e74279 commit 5941a9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_capi.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ def test_array_dynamic_type_init_get_set(array_cls, example_shape):
169169
)
170170
def test_array_get_shape(test_context, array_type):
171171
source = """
172+
#include "xobjects/headers/common.h"
173+
172174
GPUKERN void get_nd_and_shape(
173175
ARRAY_TYPE arr,
174176
GPUGLMEM int64_t* out_nd,

0 commit comments

Comments
 (0)