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

Merge from repo #3033

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

AlexandreEichenberger
Copy link
Collaborator

No description provided.

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)
Copy link
Collaborator Author

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
Copy link
Collaborator Author

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 ""
Copy link
Collaborator Author

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)

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.

1 participant