Skip to content

[release/7.0][wasm] SIMD related build fixes #75042

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 5 commits into from
Sep 7, 2022

Conversation

radical
Copy link
Member

@radical radical commented Sep 3, 2022

  • rename $(WasmSIMD) -> $(WasmEnableSIMD)
  • Require the workload when the property is set
  • Add tests for the various cases

@radical radical added arch-wasm WebAssembly architecture area-Build-mono labels Sep 3, 2022
@ghost
Copy link

ghost commented Sep 3, 2022

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details
  • rename $(WasmSIMD) -> $(WasmEnableSIMD)
  • Require the workload when the property is set
  • Add tests for the various cases
Author: radical
Assignees: -
Labels:

arch-wasm, area-Build-mono

Milestone: -

@ghost ghost assigned radical Sep 3, 2022
@radical radical changed the title [wasm] Rename WasmSIMD to WasmEnableSIMD [wasm] Rename $(WasmSIMD) to $(WasmEnableSIMD) Sep 3, 2022
@radical radical changed the title [wasm] Rename $(WasmSIMD) to $(WasmEnableSIMD) [wasm] SIMD related build fixes Sep 3, 2022
@radical radical marked this pull request as ready for review September 3, 2022 02:08
@radical radical requested a review from lewing as a code owner September 3, 2022 02:08
@radical radical requested a review from radekdoulik September 3, 2022 02:08
@@ -66,7 +66,7 @@
Defaults to false.
- $(WasmAotProfilePath) - Path to an AOT profile file.
- $(WasmExceptionHandling) - Enable support for the WASM Exception Handling feature.
- $(WasmSIMD) - Enable support for the WASM SIMD feature.
- $(WasmEnableSIMD) - Enable support for the WASM SIMD feature.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wanted to keep it similar to other feature props, like the WasmExceptionHandling above. Shouldn't we then change that too?

Copy link
Member

@radekdoulik radekdoulik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Besides the renaming question, it LGTM. It is great to have more scenarios tested.

@radical radical changed the title [wasm] SIMD related build fixes [release/7.0][wasm] SIMD related build fixes Sep 6, 2022
@carlossanlop
Copy link
Contributor

carlossanlop commented Sep 6, 2022

Ping @marek-safar, need an approval.
I assume failures are unrelated (no WASM hits).

Edit: Confirmed, the CI failures are unrelated. They are #75164 and #75005 .

@carlossanlop
Copy link
Contributor

@radical there's a merge conflict. Can you please address it?

@radical
Copy link
Member Author

radical commented Sep 7, 2022

This is ready for merging.

@lewing lewing requested a review from carlossanlop September 7, 2022 17:10
@steveisok steveisok merged commit e56d52d into dotnet:release/7.0 Sep 7, 2022
@radical radical deleted the fix-wbt-simd branch September 7, 2022 17:20
@ghost ghost locked as resolved and limited conversation to collaborators Oct 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-Build-mono
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants