-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Conversation
remove 'wasm' in the header (comments) of each C++ files |
endif() | ||
|
||
endif() | ||
if(NOT ONNXRUNTIME_MLAS_MULTI_ARCH AND MLAS_SOURCE_IS_NOT_SET) |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
/azp run orttraining-amd-gpu-ci-pipeline |
Azure Pipelines successfully started running 1 pipeline(s). |
Description: Describe your changes.
Fix build break #9187