Skip to content

[CI][AArch64] Enable ONNX and PyTorch tests on AArch64#16747

Closed
Liam-Sturge wants to merge 1 commit intoapache:mainfrom
Liam-Sturge:Add_PyTorch_and_ONNX_tests_enablement_to_AArch64
Closed

[CI][AArch64] Enable ONNX and PyTorch tests on AArch64#16747
Liam-Sturge wants to merge 1 commit intoapache:mainfrom
Liam-Sturge:Add_PyTorch_and_ONNX_tests_enablement_to_AArch64

Conversation

@Liam-Sturge
Copy link
Contributor

This makes use of work done in enabling PyTorch and ONNX tests to be run on AArch64 to actually enable the tests to run as part of CI.

Co-Authored-By: Nicola Lancellotti Nicola.Lancellotti@arm.com
Co-Authored-By: Leandro Nunes leandro.Nunes@arm.com

cc @leandron @lhutton1 @NicolaLancellotti @tqchen @yongwww

This makes use of work done in enabling PyTorch and ONNX tests to be run
on AArch64 to actually enable the tests to run as part of CI.

Co-Authored-By: Nicola Lancellotti <Nicola.Lancellotti@arm.com>
Co-Authored-By: Leandro Nunes <Leandro.Nunes@arm.com>
@tqchen
Copy link
Member

tqchen commented Mar 19, 2024

I think we should actually avoid running exccessive integration tests across platforms. The unit tests of frontend should only cover the ingestion part ideally (via some lightweight structural equality check). While the UT of the backend should be constructed from the lower-level IR.

I know it is harder to do some of that for legacy pipelines, and agree that integration coverage of e2e integration across platforms is useful.

One thing we can start doing is to put these tests as scheduled on nightly as opposed to trigger in each PR.

@Liam-Sturge
Copy link
Contributor Author

OK, thanks for your feedback @tqchen. I see your point relating to overdoing the testing. Do we currently have any implementation of nightly tests set up that I could append these tests on to? I didn't see anything when I looked, but I may have missed something.

@leandron leandron closed this Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants