Skip to content

Commit e911707

Browse files
committed
test: offset fixtures added
--- 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: na - 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: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent f6a8929 commit e911707

6 files changed

Lines changed: 132 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"order": "column-major",
3+
"uplo": "lower",
4+
"N": 3,
5+
"alpha": [ 0.5, 0.5 ],
6+
"AP": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 2.0, -2.0, 3.0, -3.0, 4.0, 0.0, 5.0, -5.0, 6.0, 0.0 ],
7+
"A_mat": [
8+
[ 1.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
9+
[ 2.0, -2.0, 4.0, 0.0, 0.0, 0.0 ],
10+
[ 3.0, -3.0, 5.0, -5.0, 6.0, 0.0 ]
11+
],
12+
"strideAP": 1,
13+
"offsetAP": 4,
14+
"x": [ 1.0, 1.0, 2.0, 2.0, 3.0, 3.0 ],
15+
"strideX": 1,
16+
"offsetX": 0,
17+
"beta": [ 0.5, -0.5 ],
18+
"y": [ 3.0, 3.0, 2.0, 2.0, 1.0, 1.0 ],
19+
"strideY": 1,
20+
"offsetY": 0,
21+
"y_out": [ -10.0, 14.0, -11.0, 25.0, 14.0, 31.0 ]
22+
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"order": "column-major",
3+
"uplo": "lower",
4+
"N": 3,
5+
"alpha": [ 0.5, 0.5 ],
6+
"AP": [ 1.0, 0.0, 2.0, -2.0, 3.0, -3.0, 4.0, 0.0, 5.0, -5.0, 6.0, 0.0 ],
7+
"A_mat": [
8+
[ 1.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
9+
[ 2.0, -2.0, 4.0, 0.0, 0.0, 0.0 ],
10+
[ 3.0, -3.0, 5.0, -5.0, 6.0, 0.0 ]
11+
],
12+
"strideAP": 1,
13+
"offsetAP": 0,
14+
"x": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 2.0, 2.0, 3.0, 3.0 ],
15+
"strideX": 1,
16+
"offsetX": 5,
17+
"beta": [ 0.5, -0.5 ],
18+
"y": [ 3.0, 3.0, 2.0, 2.0, 1.0, 1.0 ],
19+
"strideY": 1,
20+
"offsetY": 0,
21+
"y_out": [ -10.0, 14.0, -11.0, 25.0, 14.0, 31.0 ]
22+
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"order": "column-major",
3+
"uplo": "lower",
4+
"N": 3,
5+
"alpha": [ 0.5, 0.5 ],
6+
"AP": [ 1.0, 0.0, 2.0, -2.0, 3.0, -3.0, 4.0, 0.0, 5.0, -5.0, 6.0, 0.0 ],
7+
"A_mat": [
8+
[ 1.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
9+
[ 2.0, -2.0, 4.0, 0.0, 0.0, 0.0 ],
10+
[ 3.0, -3.0, 5.0, -5.0, 6.0, 0.0 ]
11+
],
12+
"strideAP": 1,
13+
"offsetAP": 0,
14+
"x": [ 1.0, 1.0, 2.0, 2.0, 3.0, 3.0 ],
15+
"strideX": 1,
16+
"offsetX": 0,
17+
"beta": [ 0.5, -0.5 ],
18+
"y": [ 0.0, 0.0, 0.0, 0.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0 ],
19+
"strideY": 1,
20+
"offsetY": 2,
21+
"y_out": [ 0.0, 0.0, 0.0, 0.0, -10.0, 14.0, -11.0, 25.0, 14.0, 31.0 ]
22+
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"order": "row-major",
3+
"uplo": "lower",
4+
"N": 3,
5+
"alpha": [ 0.5, 0.5 ],
6+
"AP": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 2.0, -2.0, 4.0, 0.0, 3.0, -3.0, 5.0, -5.0, 6.0, 0.0 ],
7+
"A_mat": [
8+
[ 1.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
9+
[ 2.0, -2.0, 4.0, 0.0, 0.0, 0.0 ],
10+
[ 3.0, -3.0, 5.0, -5.0, 6.0, 0.0 ]
11+
],
12+
"strideAP": 1,
13+
"offsetAP": 3,
14+
"x": [ 1.0, 1.0, 2.0, 2.0, 3.0, 3.0 ],
15+
"strideX": 1,
16+
"offsetX": 0,
17+
"beta": [ 0.5, -0.5 ],
18+
"y": [ 3.0, 3.0, 2.0, 2.0, 1.0, 1.0 ],
19+
"strideY": 1,
20+
"offsetY": 0,
21+
"y_out": [ -10.0, 14.0, -11.0, 25.0, 14.0, 31.0 ]
22+
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"order": "row-major",
3+
"uplo": "lower",
4+
"N": 3,
5+
"alpha": [ 0.5, 0.5 ],
6+
"AP": [ 1.0, 0.0, 2.0, -2.0, 4.0, 0.0, 3.0, -3.0, 5.0, -5.0, 6.0, 0.0 ],
7+
"A_mat": [
8+
[ 1.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
9+
[ 2.0, -2.0, 4.0, 0.0, 0.0, 0.0 ],
10+
[ 3.0, -3.0, 5.0, -5.0, 6.0, 0.0 ]
11+
],
12+
"strideAP": 1,
13+
"offsetAP": 0,
14+
"x": [ 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 2.0, 2.0, 3.0, 3.0 ],
15+
"strideX": 1,
16+
"offsetX": 2,
17+
"beta": [ 0.5, -0.5 ],
18+
"y": [ 3.0, 3.0, 2.0, 2.0, 1.0, 1.0 ],
19+
"strideY": 1,
20+
"offsetY": 0,
21+
"y_out": [ -10.0, 14.0, -11.0, 25.0, 14.0, 31.0 ]
22+
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"order": "row-major",
3+
"uplo": "lower",
4+
"N": 3,
5+
"alpha": [ 0.5, 0.5 ],
6+
"AP": [ 1.0, 0.0, 2.0, -2.0, 4.0, 0.0, 3.0, -3.0, 5.0, -5.0, 6.0, 0.0 ],
7+
"A_mat": [
8+
[ 1.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
9+
[ 2.0, -2.0, 4.0, 0.0, 0.0, 0.0 ],
10+
[ 3.0, -3.0, 5.0, -5.0, 6.0, 0.0 ]
11+
],
12+
"strideAP": 1,
13+
"offsetAP": 0,
14+
"x": [ 1.0, 1.0, 2.0, 2.0, 3.0, 3.0 ],
15+
"strideX": 1,
16+
"offsetX": 0,
17+
"beta": [ 0.5, -0.5 ],
18+
"y": [ 0.0, 0.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0 ],
19+
"strideY": 1,
20+
"offsetY": 1,
21+
"y_out": [ 0.0, 0.0, -10.0, 14.0, -11.0, 25.0, 14.0, 31.0 ]
22+
}

0 commit comments

Comments
 (0)