Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
b1aa605
Created TimeToPixel class to handle all computation related to UI map…
Sajeeth-Wimalasuriyan Dec 18, 2025
f58ea91
Revert "Created TimeToPixel class to handle all computation related t…
tomk-amd Dec 18, 2025
8ce331e
Merge branch 'dev'
tomk-amd Feb 11, 2026
52e05ca
Merge branch 'dev'
tomk-amd Feb 11, 2026
c8c6b44
Adding beta 0.3.0 docs content (#733)
mattwill-amd Mar 26, 2026
6f9a9f9
Update optiq-install.rst (#749)
mattwill-amd Mar 26, 2026
0d0467b
Create macos-release-build-package.yml
tomk-amd Apr 7, 2026
5e46c6e
MacOS workflow - Fix vulkan install
tomk-amd Apr 7, 2026
cee4b76
Merge branch 'release/0_3_0'
tomk-amd Apr 8, 2026
3395f42
Fix mac build workflow (#765)
tomk-amd Apr 9, 2026
2d5a0f5
merge fix
tomk-amd Apr 9, 2026
41b6681
Add initial setup of ubuntu/rhel dockers and docker-ghcr.yml workflow…
jbonnell-amd Apr 16, 2026
f7b3c0e
beta-0.4.0 changes
Apr 24, 2026
9b4efff
edits
Apr 24, 2026
88af2c4
fixes
Apr 24, 2026
3a88d75
More changes for 0.4.0
Apr 28, 2026
5dc497b
fixes
Apr 28, 2026
c1924be
image fixes
Apr 28, 2026
0bb312b
remaining comments
Apr 28, 2026
aea42d0
minor edits
Apr 28, 2026
8b26b2a
SME feedback
Apr 29, 2026
76a58a3
Typo fix and screenshots
Apr 29, 2026
6c88532
Last fixes
Apr 30, 2026
c894b82
Edits
May 1, 2026
a4e3ece
Apply suggestions from code review
mattwill-amd May 1, 2026
ec527e5
Peer/Leo review
May 1, 2026
51adbad
Tom K feedback
May 4, 2026
588c356
Ram feedback
May 5, 2026
6d50eb6
indents
May 5, 2026
67ca4ee
indent fix
May 5, 2026
77be144
Link and image update
May 6, 2026
f461a09
image update
May 6, 2026
61a294c
Update release date for Beta 0.4.0
mattwill-amd May 19, 2026
1f44505
Update _toc.yml.in
mattwill-amd May 21, 2026
a758766
Merge branch 'release/0_4_0' into beta-0.4.0
mattwill-amd May 21, 2026
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
2 changes: 1 addition & 1 deletion docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

| Version | Release date |
| ------- | ------------ |
| [Beta 0.4.0](https://rocm.docs.amd.com/projects/roc-optiq/en/beta-0.4.0/index.html) | May 6, 2026 |
| [Beta 0.4.0](https://rocm.docs.amd.com/projects/roc-optiq/en/beta-0.4.0/index.html) | May 19, 2026 |
| [Beta 0.3.0](https://rocm.docs.amd.com/projects/roc-optiq/en/beta-0.3.0/index.html) | March 26, 2026 |
| [Beta 0.2.0](https://rocm.docs.amd.com/projects/roc-optiq/en/beta-0.2.0/index.html) | February 11, 2026 |
| [Beta 0.1.0](https://rocm.docs.amd.com/projects/roc-optiq/en/beta-0.1.0/index.html) | December 10, 2025 |
Expand Down
4 changes: 2 additions & 2 deletions docs/sphinx/_toc.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ subtrees:
- caption: How to
entries:
- file: how-to/view-trace
title: View trace data
title: View ROCm Systems Profiler trace data in ROCm Optiq
- file: how-to/view-analysis
title: View analysis data
title: View ROCm Compute Profiler analysis data in ROCm Optiq
- file: how-to/customize-views
title: Customize your project

Expand Down
Loading