Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP Liqun/linalg #18621

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

linalg_cholesky

d9f6b98
Select commit
Loading
Failed to load commit list.
Open

WIP Liqun/linalg #18621

linalg_cholesky
d9f6b98
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / lintrunner succeeded Nov 29, 2023 in 4s

42 new alerts

New alerts in code changed by this pull request

  • 42 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 1 in onnxruntime/contrib_ops/cpu/linalg_svd.cc

See this annotation in the file changed.

Code scanning / lintrunner

CLANGFORMAT/format Warning

See https://clang.llvm.org/docs/ClangFormat.html.
Run lintrunner -a to apply this patch.

Check warning on line 1 in onnxruntime/contrib_ops/cpu/linalg_cholesky.cc

See this annotation in the file changed.

Code scanning / lintrunner

CLANGFORMAT/format Warning

See https://clang.llvm.org/docs/ClangFormat.html.
Run lintrunner -a to apply this patch.

Check warning on line 1 in onnxruntime/test/contrib_ops/linalg_cholesky_test.cc

See this annotation in the file changed.

Code scanning / lintrunner

CLANGFORMAT/format Warning test

See https://clang.llvm.org/docs/ClangFormat.html.
Run lintrunner -a to apply this patch.

Check warning on line 134 in onnxruntime/test/python/test_linalg_ops_with_pytorch.py

See this annotation in the file changed.

Code scanning / lintrunner

RUFF/N806 Warning test

Variable A in function should be lowercase.
See https://beta.ruff.rs/docs/rules/

Check warning on line 135 in onnxruntime/test/python/test_linalg_ops_with_pytorch.py

See this annotation in the file changed.

Code scanning / lintrunner

RUFF/N806 Warning test

Variable A in function should be lowercase.
See https://beta.ruff.rs/docs/rules/

Check warning on line 136 in onnxruntime/test/python/test_linalg_ops_with_pytorch.py

See this annotation in the file changed.

Code scanning / lintrunner

RUFF/N806 Warning test

Variable L in function should be lowercase.
See https://beta.ruff.rs/docs/rules/

Check warning on line 155 in onnxruntime/test/python/test_linalg_ops_with_pytorch.py

See this annotation in the file changed.

Code scanning / lintrunner

RUFF/N806 Warning test

Variable A\_str in function should be lowercase.
See https://beta.ruff.rs/docs/rules/

Check warning on line 156 in onnxruntime/test/python/test_linalg_ops_with_pytorch.py

See this annotation in the file changed.

Code scanning / lintrunner

RUFF/N806 Warning test

Variable L\_str in function should be lowercase.
See https://beta.ruff.rs/docs/rules/

Check warning on line 187 in onnxruntime/test/python/test_linalg_ops_with_pytorch.py

See this annotation in the file changed.

Code scanning / lintrunner

RUFF/N806 Warning test

Variable A in function should be lowercase.
See https://beta.ruff.rs/docs/rules/

Check warning on line 198 in onnxruntime/test/python/test_linalg_ops_with_pytorch.py

See this annotation in the file changed.

Code scanning / lintrunner

RUFF/N806 Warning test

Variable A in function should be lowercase.
See https://beta.ruff.rs/docs/rules/

Check warning on line 200 in onnxruntime/test/python/test_linalg_ops_with_pytorch.py

See this annotation in the file changed.

Code scanning / lintrunner

RUFF/N806 Warning test

Variable A in function should be lowercase.
See https://beta.ruff.rs/docs/rules/

Check warning on line 205 in onnxruntime/test/python/test_linalg_ops_with_pytorch.py

See this annotation in the file changed.

Code scanning / lintrunner

RUFF/N806 Warning test

Variable B in function should be lowercase.
See https://beta.ruff.rs/docs/rules/

Check warning on line 207 in onnxruntime/test/python/test_linalg_ops_with_pytorch.py

See this annotation in the file changed.

Code scanning / lintrunner

RUFF/N806 Warning test

Variable B in function should be lowercase.
See https://beta.ruff.rs/docs/rules/

Check warning on line 209 in onnxruntime/test/python/test_linalg_ops_with_pytorch.py

See this annotation in the file changed.

Code scanning / lintrunner

RUFF/N806 Warning test

Variable B in function should be lowercase.
See https://beta.ruff.rs/docs/rules/

Check warning on line 213 in onnxruntime/test/python/test_linalg_ops_with_pytorch.py

See this annotation in the file changed.

Code scanning / lintrunner

RUFF/N806 Warning test

Variable B in function should be lowercase.
See https://beta.ruff.rs/docs/rules/

Check warning on line 215 in onnxruntime/test/python/test_linalg_ops_with_pytorch.py

See this annotation in the file changed.

Code scanning / lintrunner

RUFF/N806 Warning test

Variable B in function should be lowercase.
See https://beta.ruff.rs/docs/rules/

Check warning on line 217 in onnxruntime/test/python/test_linalg_ops_with_pytorch.py

See this annotation in the file changed.

Code scanning / lintrunner

RUFF/N806 Warning test

Variable B in function should be lowercase.
See https://beta.ruff.rs/docs/rules/

Check warning on line 222 in onnxruntime/test/python/test_linalg_ops_with_pytorch.py

See this annotation in the file changed.

Code scanning / lintrunner

RUFF/N806 Warning test

Variable B in function should be lowercase.
See https://beta.ruff.rs/docs/rules/

Check warning on line 224 in onnxruntime/test/python/test_linalg_ops_with_pytorch.py

See this annotation in the file changed.

Code scanning / lintrunner

RUFF/N806 Warning test

Variable B in function should be lowercase.
See https://beta.ruff.rs/docs/rules/

Check warning on line 226 in onnxruntime/test/python/test_linalg_ops_with_pytorch.py

See this annotation in the file changed.

Code scanning / lintrunner

RUFF/N806 Warning test

Variable B in function should be lowercase.
See https://beta.ruff.rs/docs/rules/

Check warning on line 228 in onnxruntime/test/python/test_linalg_ops_with_pytorch.py

See this annotation in the file changed.

Code scanning / lintrunner

RUFF/N806 Warning test

Variable X in function should be lowercase.
See https://beta.ruff.rs/docs/rules/

Check warning on line 240 in onnxruntime/test/python/test_linalg_ops_with_pytorch.py

See this annotation in the file changed.

Code scanning / lintrunner

RUFF/N806 Warning test

Variable A\_str in function should be lowercase.
See https://beta.ruff.rs/docs/rules/

Check warning on line 241 in onnxruntime/test/python/test_linalg_ops_with_pytorch.py

See this annotation in the file changed.

Code scanning / lintrunner

RUFF/N806 Warning test

Variable B\_str in function should be lowercase.
See https://beta.ruff.rs/docs/rules/

Check warning on line 242 in onnxruntime/test/python/test_linalg_ops_with_pytorch.py

See this annotation in the file changed.

Code scanning / lintrunner

RUFF/N806 Warning test

Variable X\_str in function should be lowercase.
See https://beta.ruff.rs/docs/rules/

Check warning on line 273 in onnxruntime/test/python/test_linalg_ops_with_pytorch.py

See this annotation in the file changed.

Code scanning / lintrunner

RUFF/N806 Warning test

Variable A in function should be lowercase.
See https://beta.ruff.rs/docs/rules/