-
Notifications
You must be signed in to change notification settings - Fork 329
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
Update the instruction for building multiple accelerators #3046
Conversation
Signed-off-by: Tung D. Le <[email protected]>
@@ -10,7 +11,8 @@ if (ONNX_MLIR_ACCELERATORS) | |||
add_subdirectory(${t}) | |||
|
|||
# If the accelerator can be built | |||
if (${t}_ENABLED) | |||
string(TOUPPER ${t} T) |
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.
Just to normalize accelerator names to upper case, since all cmake variables seem to be in upper case.
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.
LGTM
Jenkins Linux amd64 Build #16133 [push] Update the instruction f... started at 18:44 |
Jenkins Linux ppc64le Build #15162 [push] Update the instruction f... started at 20:02 |
Jenkins Linux s390x Build #16135 [push] Update the instruction f... started at 19:44 |
Jenkins Linux amd64 Build #16133 [push] Update the instruction f... passed after 1 hr 25 min |
Jenkins Linux s390x Build #16135 [push] Update the instruction f... passed after 1 hr 36 min |
Jenkins Linux ppc64le Build #15162 [push] Update the instruction f... passed after 2 hr 34 min |
This PR updates
docs/AddCustomAccelerators.md
with instructions to build multiple accelerators.