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

Fix kernel menu item size #346

Closed
wants to merge 1 commit into from

Conversation

benrichard-amd
Copy link
Contributor

Addresses #344

Change the height of the menu items from 150px to 36px.

Was 150 pixels. Change to 36 pixels.
Copy link
Collaborator

@coleramos425 coleramos425 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@benrichard-amd thanks for the contribution. While the new height does work for smaller apps with simple kernel names, we run into issues when testing apps with rocblas GEMM, Kokkos, and other complicated kernel names.

I tried loading a simple all_reduce_perf into the visualizer and found your branch will display overlapping text. If you'd like to change the height of the menu items, I'd recommend enabling hidden overflow to avoid this text wrapping effect.
image

ROCm/rccl-tests is a good test repo if you want to reproduce my findings.

@coleramos425 coleramos425 deleted the branch ROCm:dev April 25, 2024 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants