Skip to content

Commit dd74f3f

Browse files
committed
test: add offset cases
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: passed - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 19f20ed commit dd74f3f

25 files changed

+1861
-0
lines changed
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
{
2+
"order": "column-major",
3+
"uplo": "all",
4+
"M": 3,
5+
"N": 3,
6+
"A": [
7+
1,
8+
9999,
9+
4,
10+
9999,
11+
7,
12+
9999,
13+
2,
14+
9999,
15+
5,
16+
9999,
17+
8,
18+
9999,
19+
3,
20+
9999,
21+
6,
22+
9999,
23+
9,
24+
9999
25+
],
26+
"A_mat": [
27+
[
28+
1,
29+
2,
30+
3
31+
],
32+
[
33+
4,
34+
5,
35+
6
36+
],
37+
[
38+
7,
39+
8,
40+
9
41+
]
42+
],
43+
"strideA1": 2,
44+
"strideA2": 6,
45+
"offsetA": 0,
46+
"LDA": 3,
47+
"alpha": 2,
48+
"beta": 3,
49+
"out": [
50+
3,
51+
9999,
52+
2,
53+
9999,
54+
2,
55+
9999,
56+
2,
57+
9999,
58+
3,
59+
9999,
60+
2,
61+
9999,
62+
2,
63+
9999,
64+
2,
65+
9999,
66+
3,
67+
9999
68+
],
69+
"out_mat": [
70+
[
71+
3,
72+
2,
73+
2
74+
],
75+
[
76+
2,
77+
3,
78+
2
79+
],
80+
[
81+
2,
82+
2,
83+
3
84+
]
85+
]
86+
}
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
{
2+
"order": "row-major",
3+
"uplo": "all",
4+
"M": 3,
5+
"N": 3,
6+
"A": [
7+
1,
8+
9999,
9+
2,
10+
9999,
11+
3,
12+
9999,
13+
4,
14+
9999,
15+
5,
16+
9999,
17+
6,
18+
9999,
19+
7,
20+
9999,
21+
8,
22+
9999,
23+
9,
24+
9999
25+
],
26+
"A_mat": [
27+
[
28+
1,
29+
2,
30+
3
31+
],
32+
[
33+
4,
34+
5,
35+
6
36+
],
37+
[
38+
7,
39+
8,
40+
9
41+
]
42+
],
43+
"strideA1": 6,
44+
"strideA2": 2,
45+
"offsetA": 0,
46+
"LDA": 3,
47+
"alpha": 2,
48+
"beta": 3,
49+
"out": [
50+
3,
51+
9999,
52+
2,
53+
9999,
54+
2,
55+
9999,
56+
2,
57+
9999,
58+
3,
59+
9999,
60+
2,
61+
9999,
62+
2,
63+
9999,
64+
2,
65+
9999,
66+
3,
67+
9999
68+
],
69+
"out_mat": [
70+
[
71+
3,
72+
2,
73+
2
74+
],
75+
[
76+
2,
77+
3,
78+
2
79+
],
80+
[
81+
2,
82+
2,
83+
3
84+
]
85+
]
86+
}
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
{
2+
"order": "column-major",
3+
"uplo": "lower",
4+
"M": 3,
5+
"N": 3,
6+
"A": [
7+
1,
8+
9999,
9+
4,
10+
9999,
11+
7,
12+
9999,
13+
2,
14+
9999,
15+
5,
16+
9999,
17+
8,
18+
9999,
19+
3,
20+
9999,
21+
6,
22+
9999,
23+
9,
24+
9999
25+
],
26+
"A_mat": [
27+
[
28+
1,
29+
2,
30+
3
31+
],
32+
[
33+
4,
34+
5,
35+
6
36+
],
37+
[
38+
7,
39+
8,
40+
9
41+
]
42+
],
43+
"strideA1": 2,
44+
"strideA2": 6,
45+
"offsetA": 0,
46+
"LDA": 3,
47+
"alpha": 2,
48+
"beta": 3,
49+
"out": [
50+
3,
51+
9999,
52+
2,
53+
9999,
54+
2,
55+
9999,
56+
2,
57+
9999,
58+
3,
59+
9999,
60+
2,
61+
9999,
62+
3,
63+
9999,
64+
6,
65+
9999,
66+
3,
67+
9999
68+
],
69+
"out_mat": [
70+
[
71+
3,
72+
2,
73+
3
74+
],
75+
[
76+
2,
77+
3,
78+
6
79+
],
80+
[
81+
2,
82+
2,
83+
3
84+
]
85+
]
86+
}
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
{
2+
"order": "row-major",
3+
"uplo": "lower",
4+
"M": 3,
5+
"N": 3,
6+
"A": [
7+
1,
8+
9999,
9+
2,
10+
9999,
11+
3,
12+
9999,
13+
4,
14+
9999,
15+
5,
16+
9999,
17+
6,
18+
9999,
19+
7,
20+
9999,
21+
8,
22+
9999,
23+
9,
24+
9999
25+
],
26+
"A_mat": [
27+
[
28+
1,
29+
2,
30+
3
31+
],
32+
[
33+
4,
34+
5,
35+
6
36+
],
37+
[
38+
7,
39+
8,
40+
9
41+
]
42+
],
43+
"strideA1": 6,
44+
"strideA2": 2,
45+
"offsetA": 0,
46+
"LDA": 3,
47+
"alpha": 2,
48+
"beta": 3,
49+
"out": [
50+
3,
51+
9999,
52+
2,
53+
9999,
54+
3,
55+
9999,
56+
2,
57+
9999,
58+
3,
59+
9999,
60+
6,
61+
9999,
62+
2,
63+
9999,
64+
2,
65+
9999,
66+
3,
67+
9999
68+
],
69+
"out_mat": [
70+
[
71+
3,
72+
2,
73+
3
74+
],
75+
[
76+
2,
77+
3,
78+
6
79+
],
80+
[
81+
2,
82+
2,
83+
3
84+
]
85+
]
86+
}

0 commit comments

Comments
 (0)