Skip to content

Commit

Permalink
Adds dpctl.tensor.concat test for IntelPythongh-870
Browse files Browse the repository at this point in the history
  • Loading branch information
npolina4 authored and ndgrigorian committed Sep 8, 2022
1 parent b93353e commit cb67e6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dpctl/tests/test_usm_ndarray_manipulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,7 @@ def test_concat_1array(data):
"data",
[
[(1,), (1,), 0],
[(0, 2), (0, 2), 1],
[(0, 2), (2, 2), 0],
[(2, 1), (2, 2), -1],
[(2, 2, 2), (2, 1, 2), 1],
Expand Down

0 comments on commit cb67e6e

Please sign in to comment.