Skip to content

Commit 10bb9b0

Browse files
remove oneAPI from test conv2d
1 parent 3e46d60 commit 10bb9b0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/pytest/test_keras_api.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,9 +327,7 @@ def test_conv2d(chans, padds, backend, strategy, io_type, synthesis_config):
327327
assert list(hls_model.get_layers())[1].attributes['pad_left'] == 0
328328
assert list(hls_model.get_layers())[1].attributes['pad_right'] == 0
329329

330-
if (backend == 'Vitis' and strategy == 'Resource' and io_type == 'io_parallel' and padds == 'same') or (
331-
backend == 'oneAPI' and strategy == 'Resource' and io_type == 'io_parallel' and padds == 'same'
332-
):
330+
if backend == 'Vitis' and strategy == 'Resource' and io_type == 'io_parallel' and padds == 'same':
333331
run_synthesis_test(
334332
config=synthesis_config,
335333
hls_model=hls_model,

0 commit comments

Comments
 (0)