Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changelog doc edits #30

Open
wants to merge 5 commits into
base: amd-staging
Choose a base branch
from
Open
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
16 changes: 6 additions & 10 deletions CHANGELOG_AMD.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
# Changelog for ROCgdb

Full documentation for ROCgdb is available at
[docs.amd.com](https://docs.amd.com/bundle/rocgdb)
[rocm.docs.amd.com/rocgdb](https://rocm.docs.amd.com/projects/ROCgdb/en/latest/index.html)

## ROCgdb-16

### Added
- When opening a core dump, GDB can use the "sysroot" or "solib-search-path"
settings to locate files containing GPU code objects. This improves opening

- When opening a core dump, GDB can use the `sysroot` or `solib-search-path`
settings to locate files containing GPU code objects. This allows opening
GPU code objects on systems different from the one where the core dump was
generated.

## (Unreleased) ROCgdb-15
### Added
- 'info agents' now prints the agent location as "DDD:BB:DD.F", where
"DDDD" is the agent's PCI domain.
- Add support for precise ALU exception reporting for architectures that
support it. Precise ALU exceptions reporting is controlled with the
following commands:
- Support for precise ALU exception reporting for supported architectures. Precise ALU exceptions reporting is controlled with the following commands:
- set amdgpu precise-alu-exceptions
- show amdgpu precise-alu-exceptions

Expand Down
Loading