-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs, README, and source install methods.
spack package.py -suppress flang/flang_runtime warnings, which spack thought were errors. -update amd-llvm-project, llvm-project tarball install -remove roctracer/rocprofiler from component list as these are not in the tarball -add TARBALL_INSTALL=1 to Makefile update changelog remove references to aomp11 in patch README
- Loading branch information
1 parent
3701b3b
commit 0877c06
Showing
5 changed files
with
26 additions
and
16 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 |
---|---|---|
|
@@ -540,8 +540,14 @@ aomp (13.0-2) UNRELEASED; urgency=medium | |
* | ||
* 13.0-2 | ||
* Rebase all changes to the current LLVM development trunk which is the development of LLVM 13. | ||
* Known Issues: | ||
* Regression with QMCPACK deterministic tests | ||
* pow(double, int) is returning -inf | ||
* Set the default number of teams to 4 times the number of computation units for improving GPU occupancy. | ||
* Support for adjusting the number of threads in a team based on VGPR usage of a kernel | ||
* Enhanced the kernel trace (when LIBOMPTARGET_KERNEL_TRACE is set) with register usage information. | ||
This already includes the requested and actual number of teams and threads used for a kernel. | ||
* Updated ROCm components to 4.1.x branches. | ||
* Default Code Object v4. | ||
* Known Issues: | ||
* Regression with QMCPACK deterministic tests. | ||
* pow(double, int) is returning -inf. | ||
|
||
-- Greg Rodgers <[email protected]> Sat, 10 Apr 2021 16:26:11 -0500 | ||
-- Greg Rodgers <[email protected]> Sun, 11 Apr 2021 12:43:14 -0500 |
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