-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* First draft of ROCm support. * Fix hipify_*_files to correctly update on input modifications * Remove unused error parameter in cuGetErrorString * Install hipified headers, where needed * Fix set_relative_path-based source inclusion on non-ROCm builds * Fix the product of building and installing ROCm and non-ROCm configurations * Fail loudly if hipify-perl doesn't exist * clean up rough edges of build system * progress toward reenabling the benchmarks and tests * more progress on benchmarks the events and waits benchmarks aren't ROCm-friendly, even post-hipification. These are excluded for now; I may revisit them if we decide they're important for ROCm platforms. * renable the majority of the tests * restore the remaining tests for non-ROCm builds only * minor tweak to CMakeLists.txt * Updates to the AluminumConfig file * fix some stuff in the cuda path * cleanup messages in CMakeLists * cleanup things related to AL_USE_STREAM_MEM_OPS Co-authored-by: Corey McNeish <[email protected]>
- Loading branch information
Showing
15 changed files
with
467 additions
and
158 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
LLNL Team | ||
Nikoli Dryden <[email protected]> | ||
Naoya Maruyama <[email protected]> | ||
Tim Moon <[email protected]> | ||
Tom Benson <[email protected]> | ||
Andy Yoo <[email protected]> | ||
Brian Van Essen <[email protected]> | ||
|
||
UIUC Team | ||
Nikoli Dryden <[email protected]> | ||
Marc Snir <[email protected]> | ||
LLNL Team | ||
Nikoli Dryden <[email protected]> | ||
Naoya Maruyama <[email protected]> | ||
Tim Moon <[email protected]> | ||
Tom Benson <[email protected]> | ||
Andy Yoo <[email protected]> | ||
Brian Van Essen <[email protected]> | ||
Corey McNeish <[email protected]> | ||
|
||
UIUC Team | ||
Nikoli Dryden <[email protected]> | ||
Marc Snir <[email protected]> |
Oops, something went wrong.