Skip to content

Commit

Permalink
Update RELEASE.md
Browse files Browse the repository at this point in the history
Added note related to SDMA support in ROCm 1.9.2
  • Loading branch information
mangupta authored Nov 20, 2018
1 parent f728840 commit de41350
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ We have attempted to document known bugs and limitations - in particular the [HI

## Revision History:

- ROCm 1.9.2 release has added support for 2D memcpy through SDMA. However there is no fall back supported in this release. Therefore if SDMA is not enabled or fails then there may be an HCC exception that would be thrown.

===================================================================================================
Release: 1.5
Date:
Date: 2017.11.29
- Support threadIdx, blockIdx, blockDim directly (no need for hipify conversions in kernels.) HIP
Kernel syntax is now identical to CUDA kernel syntax - no need for extra parms or conversions.
- Refactor launch syntax. HIP now extracts kernels from the executable and launches them using the
Expand Down

0 comments on commit de41350

Please sign in to comment.