-
Notifications
You must be signed in to change notification settings - Fork 5k
[release/7.0][wasm] Add CI job for AOT+SIMD to runtime-wasm
for PRs
#75064
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
Conversation
Tagging subscribers to 'arch-wasm': @lewing Issue Detailsnull
|
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
ff2f9d9
to
a1a6aec
Compare
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime |
Azure Pipelines successfully started running 1 pipeline(s). |
069df16
to
0c7bb2b
Compare
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
.. SIMD enabled, as part of smoke tests.
.. which has only a SIMD_AOT job for now.
ba259ac
to
40164a1
Compare
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
Since this is an infra/test only change, it's tell mode, so I only need a sign-off from @lewing || @steveisok || @akoeplinger || @radekdoulik . And of course, a confirmation from @radical that this is ready to merge (in case you need to push more changes and/or execute more |
Failures are relevant, I'll fix. |
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
The PR is ready. There are simd test failures which will be fixed by other follow up PRs. |
Thanks @radical . |
/backport to main |
runtime-wasm
that runs all the AOT tests with SIMD enabledSystem.Runtime.Intrinsics
runs on helix with, and without simdruntime-wasm-features
pipeline yml with the AOT+SIMD job. This isn't usable right now because we can't add new pipelines.