-
Notifications
You must be signed in to change notification settings - Fork 5.1k
[wasm] Enable SIMD #80797
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
Merged
Merged
[wasm] Enable SIMD #80797
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
47be1e2
[wasm] Enable SIMD
radekdoulik a0fc3eb
Let old V8 use simd
radekdoulik b695c92
[wasm] ManagedToNativeGenerator: Skip unmanaged dlls
radical 9c0ea37
Merge remote-tracking branch 'origin/main' into pr-wasm-enable-simd
radical cb53bc6
[wasm] WasmApp.Native.targets: do not trigger relinking when WasmEnab…
radical 68da732
Use staging image with newer v8
radekdoulik b260375
[wasm] WasmAppHost: Add support for host arguments
radical d12ab67
[wasm] console template: Add --experimental-wasm-simd to node, and re…
radical 5f68d50
[wasm] Pass --experiment-wasm-simd for aot library tests too
radical 432e144
Merge branch 'pr-wasm-enable-simd' of https://github.com/radekdoulik/…
radical a15b3ef
Try to pass full path to v8
radekdoulik 033d473
Use docker image for all wasm helix jobs
radekdoulik 5dec1aa
Set DOTNET_CLI_HOME under workitem payload
radekdoulik 80f678a
Revert "Try to pass full path to v8"
radekdoulik 7242ab8
Use DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
radekdoulik 37080d6
Set NeedsEMSDKNode to false
radekdoulik 7eb08b7
Merge remote-tracking branch 'remotes/origin/main' into pr-wasm-enabl…
radekdoulik aa544f4
Revert "Set DOTNET_CLI_HOME under workitem payload"
radekdoulik dc72268
Set DOTNET_CLI_HOME under workitem payload
radekdoulik 9e1640a
Reverse the test here as we don't relink anymore
radekdoulik ca896d7
Merge remote-tracking branch 'remotes/origin/main' into pr-wasm-enabl…
radekdoulik b836780
Merge remote-tracking branch 'remotes/origin/main' into pr-wasm-enabl…
radekdoulik 1371cce
Set _ExtraTrimmerArgs for tests
radekdoulik 758d5b6
Put the SIMD/trim related props in separate group
radekdoulik f736fa5
Add dynamic dependency
radekdoulik 42ce1df
Disable Vector128IsHardwareAcceleratedTest
radekdoulik d8c5b6f
Merge remote-tracking branch 'remotes/origin/main' into pr-wasm-enabl…
radekdoulik 3c02f89
Disable GenericVectorTests.IsHardwareAcceleratedTest
radekdoulik c401b52
Disable check_no_intrinsic_cattr in emit_vector_2_3_4
radekdoulik 7e054d8
Merge remote-tracking branch 'remotes/origin/main' into pr-wasm-enabl…
radekdoulik 143a73b
[mono] Disable few quaternion intrinsics
radekdoulik 0114506
Change comparison order
radekdoulik 2e0f09b
Merge remote-tracking branch 'remotes/origin/main' into pr-wasm-enabl…
radekdoulik d05cb53
Use stable images
radekdoulik 44c4b13
Merge branch 'main' into pr-wasm-enable-simd
radical aed4dd2
WBT: Add --engine-arg=--experimental-wasm-simd for node, and v8
radical cfc855e
Do not skip dotnet 1st time experience anymore
radekdoulik 7e5505a
Merge remote-tracking branch 'remotes/origin/main' into pr-wasm-enabl…
radekdoulik File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.