-
Notifications
You must be signed in to change notification settings - Fork 62
Fix GPU spectral bugs on AMD/ROCm (alignment, symbol visibility, adjoint kernel miscompilation) #242
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
Merged
msuchard
merged 15 commits into
beagle-dev:matrix_vector
from
fil-monti:matrix_vector-gpu-bugfixes
Jul 10, 2026
Merged
Fix GPU spectral bugs on AMD/ROCm (alignment, symbol visibility, adjoint kernel miscompilation) #242
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
2738454
CPU plugins: hide default symbol visibility, export only plugin_init
fil-monti 2dd99a2
CUDA plugin: hide default symbol visibility, export only plugin_init
fil-monti 26d7844
CUDA-Spectral plugin: hide default symbol visibility, export only plu…
fil-monti fea8497
OpenCL plugin: hide default symbol visibility, export only plugin_init
fil-monti 8f07e0f
OpenCL-Spectral plugin: hide default symbol visibility, export only p…
fil-monti 27c4622
Spectral GPU impl: align pooled device buffer strides to fix CL_MISAL…
fil-monti 73e7ddc
GPU spectral: widen eigenvalue buffer for SPECTRAL_REPRESENTATION, no…
fil-monti a96a75b
Add BEAGLE_DEBUG_EIGEN env-gated dump of eigendecomposition buffers (…
fil-monti 29f49b4
Add BEAGLE_DEBUG_KERNEL_ARGS env-gated kernel-launch tracing
fil-monti 92511d3
Add unconditional dispatchPruneSS trace prints (temporary, not env-ga…
fil-monti 512e7cc
GPU adjoint kernel: fix brace mismatch, work around ROCm miscompilati…
fil-monti 181c09a
GPU spectral: fix heap buffer overflow in calculateAdjointCrossProducts
fil-monti d1053d7
adjointtest4: remove padded-buffer workaround now that the library fi…
fil-monti 65b3538
Add CL_KERNEL_WORK_GROUP_SIZE reporting to BEAGLE_DEBUG_KERNEL_ARGS t…
fil-monti 8a3e5b6
GPU adjoint kernel: fix get_local_id(0) corruption by extracting the …
fil-monti File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fil-monti -- this is not right. if
isAllRealthen the imaginary parts should never be written or read.