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

Use new macros for BLT TPL exports #857

Merged
merged 12 commits into from
Feb 22, 2024

Conversation

davidbeckingsale
Copy link
Member

No description provided.

@davidbeckingsale davidbeckingsale force-pushed the task/update-blt-tpl-exports branch from 8d9ed65 to d59ad44 Compare November 1, 2023 18:54
@@ -106,7 +106,7 @@ RUN . /opt/spack/share/spack/setup-env.sh && spack load hip llvm-amdgpu && \
cmake -DENABLE_WARNINGS_AS_ERRORS=Off -DCMAKE_CXX_COMPILER=amdclang++ -DUMPIRE_ENABLE_DEVELOPER_DEFAULTS=On -DENABLE_HIP=On .. && \
make -j 16 VERBOSE=1

FROM ghcr.io/rse-ops/hip-ubuntu-22.04:hip-4.3.1 AS hip.debug
FROM ghcr.io/rse-ops/hip-ubuntu-20.04:hip-5.1.3 AS hip.debug
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The docker build seems to still be trying to find that path with hip-4.3.1

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CMake Error in tests/integration/CMakeLists.txt:
#8 5.524   Imported target "blt_hip" includes non-existent path
#8 5.524 
#8 5.524     "/opt/spack/opt/spack/linux-ubuntu22.04-x86_64/gcc-11.2.0/hip-4.3.1-yx5zq4hxhqjl6zth4h7u46f2x4cl6ecp/../include"
#8 5.524 
#8 5.524   in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:
#8 5.524 
#8 5.524   * The path was deleted, renamed, or moved to another location.
#8 5.524 
#8 5.524   * An install or uninstall procedure did not complete successfully.
#8 5.524 
#8 5.524   * The installation package was faulty and references files it does not
#8 5.524   provide.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kab163 the change here affects the hip.debug docker target. However, Azure is set to run the hip target defined above which still uses hip 4.3.1.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like an oversight on line 100.

Copy link
Member

@adrienbernede adrienbernede Feb 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

However, whatever the version of hip, this path dose not look right:

/opt/spack/opt/spack/linux-ubuntu22.04-x86_64/gcc-11.2.0/hip-4.3.1-yx5zq4hxhqjl6zth4h7u46f2x4cl6ecp/../include

There is no include directory at the root of packages install directories.

@kab163 kab163 requested a review from adrienbernede February 12, 2024 22:23
@kab163
Copy link
Contributor

kab163 commented Feb 12, 2024

If this is good to go, then I will merge. David is out this week, but he said last week that it was pretty much ready to go after it passed CI

@kab163 kab163 self-requested a review February 12, 2024 22:37
@rhornung67
Copy link
Member

Will this be the release candidate for v2024.02.0, effectively?

@davidbeckingsale
Copy link
Member Author

Yes.

@davidbeckingsale davidbeckingsale merged commit 9bd8a39 into develop Feb 22, 2024
27 checks passed
@davidbeckingsale davidbeckingsale deleted the task/update-blt-tpl-exports branch February 22, 2024 01:36
kab163 added a commit that referenced this pull request Aug 1, 2024
kab163 added a commit that referenced this pull request Aug 1, 2024
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.

4 participants