Skip to content
Merged
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ Documentation for TransferBench is available at
[https://rocm.docs.amd.com/projects/TransferBench](https://rocm.docs.amd.com/projects/TransferBench).

## v1.69.00
### Added
- Added support for `ALWAYS_VALIDATE=-1` to disable validation
### Fixed
- Fix for non-zero byte offsets used with DMA executor
- Explicit copy back to host for GPU subExecParam on platforms without large BAR
- Add missing device synchronization after `hipMemcpy` in `RunTransfers()`

## v1.68.00
### Fixed
Expand Down
Loading