-
Notifications
You must be signed in to change notification settings - Fork 325
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
Merge from repo #3033
base: main
Are you sure you want to change the base?
Merge from repo #3033
Conversation
Signed-off-by: Alexandre Eichenberger <[email protected]>
Signed-off-by: Alexandre Eichenberger <[email protected]>
Signed-off-by: Alexandre Eichenberger <[email protected]>
Signed-off-by: Alexandre Eichenberger <[email protected]>
Signed-off-by: Alexandre Eichenberger <[email protected]>
Signed-off-by: Alexandre Eichenberger <[email protected]>
@@ -1,7 +1,12 @@ | |||
# SPDX-License-Identifier: Apache-2.0 | |||
|
|||
function(setup_zdnn version) | |||
set(ZDNN_GITHUB_URL https://github.com/IBM/zDNN) | |||
# Set policy CMP0097 to NEW for it to not initialize submodules | |||
cmake_policy(SET CMP0097 NEW) |
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.
This was not in the onnx-mlir/main branch, inherited from other repo. I cannot tell if it is needed or not.
return ZDNN_INVALID_TYPE; | ||
} | ||
|
||
const uint32_t *dims_ptr = &(tfrmd_desc->dim4); | ||
|
||
/* ToFix: the nnpa_query_result is not set up with onnx-mlir | ||
* Temporarily commented out. | ||
* Refer to issue #288 |
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.
issue 288 from incoming repo
@@ -12,6 +17,7 @@ function(setup_zdnn version) | |||
ExternalProject_Add(zdnn | |||
GIT_REPOSITORY ${ZDNN_GITHUB_URL} | |||
GIT_TAG ${version} | |||
GIT_SUBMODULES "" |
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.
same here, not in onnx-mlir/main branch (as well as online 64 below)
No description provided.