-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Key changes: * Moved llvm/ -> lib/llvm/ * libamdhip64 now depends on rocprofiler * rccl switches to clang++ vs hipcc * rccl depends on rocprofiler * Drop 6.1 patches * Setup rpaths to account for llvm move (required adding some goo for doing project interception in cmake) * Move rocr to top-level and eliminate rocm-core-libs
- Loading branch information
1 parent
91781ae
commit ff8d951
Showing
22 changed files
with
212 additions
and
644 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
When the super-project build system configures a sub-project, it injects a | ||
hook that performs additional pre and post-processing. A primary thing that | ||
does is look for include files here: | ||
|
||
${CMAKE_PROJECT_NAME}_pre.cmake | ||
${CMAKE_PROJECT_NAME}_post.cmake | ||
|
||
If found, they are included. |
Oops, something went wrong.