-
Notifications
You must be signed in to change notification settings - Fork 66
[DO NOT MERGE] Collate all ROCm component include directory for spack build #2001
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
Conversation
Jenkins build for 7901d8c998ed20f5f0358f351a8a80c28ad93a3b commit finished as FAILURE Detected error during base docker image building:
|
@renjithravindrankannath This PR should target one of the release/ or internal_testing branches, not |
Jenkins build for 7901d8c998ed20f5f0358f351a8a80c28ad93a3b commit finished as FAILURE Detected error during base docker image building:
|
Jenkins build for 7901d8c998ed20f5f0358f351a8a80c28ad93a3b commit finished as FAILURE |
Jenkins build for e16801444b11115bdaca3255d79884a619a3ba60 commit finished as FAILURE Detected error during base docker image building:
|
Jenkins build for d0a90e857829cb0b27f5118b9411bb1748de00af commit finished as FAILURE |
…paths are also required" This reverts commit 7901d8c.
Jenkins build for d0a90e857829cb0b27f5118b9411bb1748de00af commit finished as FAILURE |
…Spack environment
Jenkins build for 301a1788e8b7251480423801264b474dca98fedb commit finished as FAILURE Detected error during base docker image building:
|
Added @m-gallus as reviewer so he can help us ensure we don't break Windows builds of PyTorch on ROCm. |
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.
I confirm that the internal Windows build is still passing with those changes.
Jenkins build for 03800325e96e64fb01c32b95ead19bf7b71fee74 commit finished as FAILURE |
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.
Looks good to me, Windows build passes.
Jenkins build for 2ea898acd3f1133873653cc5ff8a095832769786 commit finished as FAILURE Detected error during base docker image building:
|
Closing this in favor of pytorch#152569 |
For Spack builds, each ROCm component will have a separate include directory, so we cannot assume
/opt/rocm/include
to be the path where all the ROCm component headers will be located.This PR uses the
ROCM_INCLUDE_DIRS
CMake variable to collate all the ROCm component include directories set byfind_package
calls.Fixes # SWDEV-524001