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

use wasmscalar as default kernel #9988

Merged
merged 3 commits into from
Jan 3, 2022
Merged

use wasmscalar as default kernel #9988

merged 3 commits into from
Jan 3, 2022

Conversation

yufenglee
Copy link
Member

Description: Describe your changes.
Fix build break #9187

@yufenglee yufenglee mentioned this pull request Dec 9, 2021
@yufenglee yufenglee requested review from snnn and fs-eire December 10, 2021 18:02
@fs-eire
Copy link
Contributor

fs-eire commented Dec 14, 2021

remove 'wasm' in the header (comments) of each C++ files

endif()

endif()
if(NOT ONNXRUNTIME_MLAS_MULTI_ARCH AND MLAS_SOURCE_IS_NOT_SET)
Copy link
Contributor

Choose a reason for hiding this comment

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

Can it be reduced to

if (MLAS_SOURCE_IS_NOT_SET)
only?

Copy link
Member Author

Choose a reason for hiding this comment

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

no, it can not. If ONNXRUNTIME_MLAS_MULTI_ARCH is set, MLAS_SOURCE_IS_NOT_SET will be true and actually we don't want a default build in that case.

@snnn
Copy link
Member

snnn commented Dec 16, 2021

/azp run orttraining-amd-gpu-ci-pipeline

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

breezechen pushed a commit to breezechen/onnxruntime that referenced this pull request Jan 2, 2022
breezechen pushed a commit to breezechen/onnxruntime that referenced this pull request Jan 2, 2022
@yufenglee yufenglee merged commit 7208fcb into master Jan 3, 2022
@yufenglee yufenglee deleted the mips_build branch January 3, 2022 18:55
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.

4 participants