Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

Full documentation for RVS is available at [ROCmValidationSuite.Readme](https://github.com/ROCm/ROCmValidationSuite).

## RVS 1.3.0 for ROCm 7.0.2

### Added

- Support for new platform: RX9060
Comment thread
jkottiku marked this conversation as resolved.
- GEMM compute performance benchmark for MI350X and MI355X.
Comment thread
jkottiku marked this conversation as resolved.
- Support for Amazon Linux 2023 OS.
Comment thread
jkottiku marked this conversation as resolved.

### Changed

- Improved ramp-up phase duration for GEMM execution in the GST module.

## RVS 1.2.0 for ROCm 7.0.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set(CMAKE_SHARED_LINKER_FLAGS_INIT "-Wl,--enable-new-dtags,--rpath,$ORIGIN:$ORIG
set(CMAKE_EXE_LINKER_FLAGS_INIT "-Wl,--enable-new-dtags,--rpath,$ORIGIN/../lib" CACHE STRING "RUNPATH for executables")

project ("rocm-validation-suite"
VERSION 1.2.0)
VERSION 1.3.0)

# Default libdir to "lib", this skips GNUInstallDirs from trying to take a guess if it's unset:
set(CMAKE_INSTALL_LIBDIR "lib" CACHE STRING "Library install directory")
Expand Down
Loading