File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
numba_dpex/tests/experimental Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -174,8 +174,9 @@ def test_no_item():
174
174
)
175
175
176
176
177
+ # TODO: https://github.com/IntelPython/numba-dpex/issues/1308
178
+ @skip_windows
177
179
def test_get_group_id ():
178
-
179
180
global_size = 100
180
181
group_size = 20
181
182
num_groups = global_size // group_size
@@ -195,8 +196,9 @@ def test_get_group_id():
195
196
assert np .array_equal (ka .asnumpy (), expected )
196
197
197
198
199
+ # TODO: https://github.com/IntelPython/numba-dpex/issues/1308
200
+ @skip_windows
198
201
def test_get_group_range ():
199
-
200
202
global_size = 100
201
203
group_size = 20
202
204
num_groups = global_size // group_size
@@ -216,8 +218,9 @@ def test_get_group_range():
216
218
assert np .array_equal (ka .asnumpy (), expected )
217
219
218
220
221
+ # TODO: https://github.com/IntelPython/numba-dpex/issues/1308
222
+ @skip_windows
219
223
def test_get_group_local_range ():
220
-
221
224
global_size = 100
222
225
group_size = 20
223
226
num_groups = global_size // group_size
You can’t perform that action at this time.
0 commit comments