-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[BYOC-OpenCLML] OpenCLML integration with TVM. #10243
Conversation
f302240
to
1c5cfaa
Compare
1c5cfaa
to
b0c7555
Compare
b0c7555
to
f887c41
Compare
@masahi can you take a look? |
@srkreddy1238 Do you intend to get it merged? If so, please pass the CI |
@masahi working on it. Was occupied for some time. |
7e609ca
to
222a74e
Compare
222a74e
to
cbb8eda
Compare
@masahi good to go now :) |
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.
Please go through your code and improve code quality.
LOG(WARNING) << "CLML engine is not initialized. " | ||
<< "Please build with USE_CLML_GRAPH_EXECUTOR."; | ||
} | ||
#endif |
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 we add a dummy runtime file for this case, rather than wrapping the entire 1k file under #ifdef TVM_GRAPH_EXECUTOR_CLML
?
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.
Like clml_runtime_dummy.cc with bare min dependencies required for model compilation ? This is a common problem for all BYOC's. Do we create these stub sources under the same folder ?
97c84b5
to
8a36c25
Compare
8a36c25
to
349efd9
Compare
@masahi can you take another look ? |
Thank you for your amazing contribution |
Thanks for contributing to TVM! Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from Reviewers by @ them in the pull request thread.