Skip to content

Commit c3dbe71

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent b97ace5 commit c3dbe71

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed
Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
2-
"side": "left",
3-
"uplo": "lower",
4-
"transA": "no-transpose",
5-
"diag": "non-unit",
6-
"M": 3,
7-
"N": 3,
8-
"alpha": 1.0,
9-
"A": [ 9.0, 8.0, 7.0, 0.0, 5.0, 4.0, 0.0, 0.0, 1.0 ],
10-
"A_mat": [
11-
[ 1.0, 0.0, 0.0 ],
12-
[ 4.0, 5.0, 0.0 ],
13-
[ 7.0, 8.0, 9.0 ]
14-
],
15-
"strideA1": -3,
16-
"strideA2": -1,
17-
"offsetA": 8,
18-
"B": [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0 ],
19-
"B_mat": [
20-
[ 1.0, 2.0, 3.0 ],
21-
[ 4.0, 5.0, 6.0 ],
22-
[ 7.0, 8.0, 9.0 ]
23-
],
24-
"strideB1": 3,
25-
"strideB2": 1,
26-
"offsetB": 0,
27-
"B_out": [ 1.0, 2.0, 3.0, 24.0, 33.0, 42.0, 102.0, 126.0, 150.0 ]
28-
}
2+
"side": "left",
3+
"uplo": "lower",
4+
"transA": "no-transpose",
5+
"diag": "non-unit",
6+
"M": 3,
7+
"N": 3,
8+
"alpha": 1.0,
9+
"A": [ 9.0, 8.0, 7.0, 0.0, 5.0, 4.0, 0.0, 0.0, 1.0 ],
10+
"A_mat": [
11+
[ 1.0, 0.0, 0.0 ],
12+
[ 4.0, 5.0, 0.0 ],
13+
[ 7.0, 8.0, 9.0 ]
14+
],
15+
"strideA1": -3,
16+
"strideA2": -1,
17+
"offsetA": 8,
18+
"B": [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0 ],
19+
"B_mat": [
20+
[ 1.0, 2.0, 3.0 ],
21+
[ 4.0, 5.0, 6.0 ],
22+
[ 7.0, 8.0, 9.0 ]
23+
],
24+
"strideB1": 3,
25+
"strideB2": 1,
26+
"offsetB": 0,
27+
"B_out": [ 1.0, 2.0, 3.0, 24.0, 33.0, 42.0, 102.0, 126.0, 150.0 ]
28+
}

0 commit comments

Comments
 (0)