-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40678 from fwyzard/ROCm_developments
Improve support for HIP/ROCm and Alpaka
- Loading branch information
Showing
28 changed files
with
406 additions
and
154 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 |
---|---|---|
@@ -1,17 +1,26 @@ | ||
<iftool name="cuda-gcc-support"> | ||
<bin file="SoALayoutAndView_t.cu" name="SoALayoutAndView_t"> | ||
<bin file="SoALayoutAndView_t.cu" name="testCudaSoALayoutAndView_t"> | ||
<use name="boost"/> | ||
<use name="cuda"/> | ||
<use name="eigen"/> | ||
<use name="HeterogeneousCore/CUDAUtilities"/> | ||
</bin> | ||
</iftool> | ||
|
||
<!-- dictionaries for FakeSoA --> | ||
<library file="" name="FakeSoADict"/> | ||
|
||
<!-- This test triggers a bug in ROOT, so it's kept disabled | ||
<bin file="SoAStreamer_t.cpp" name="SoAStreamer_t"> | ||
<use name="root"/> | ||
<iftool name="rocm"> | ||
<bin file="SoALayoutAndView_t.hip.cc" name="testRocmSoALayoutAndView_t"> | ||
<use name="boost"/> | ||
<use name="eigen"/> | ||
<use name="rocm"/> | ||
<use name="HeterogeneousCore/ROCmUtilities"/> | ||
</bin> | ||
--> | ||
</iftool> | ||
|
||
<!-- This test triggers a bug in ROOT, so it's kept disabled | ||
<bin file="SoAStreamer_t.cpp" name="SoAStreamer_t"> | ||
<use name="root"/> | ||
</bin> | ||
--> | ||
|
||
<!-- dictionaries for FakeSoA --> | ||
<library file="" name="FakeSoADict"/> |
Oops, something went wrong.