POC GPU Assembly - #6612
Closed
multitalentloes wants to merge 19 commits into
Closed
POC GPU Assembly#6612multitalentloes wants to merge 19 commits into
multitalentloes wants to merge 19 commits into
Conversation
multitalentloes
force-pushed
the
start_porting_assembly_to_gpu
branch
from
November 20, 2025 07:14
1c3c202 to
1f483ec
Compare
Member
Author
multitalentloes
force-pushed
the
start_porting_assembly_to_gpu
branch
from
November 24, 2025 07:52
1f483ec to
cf6557d
Compare
This was referenced Dec 9, 2025
multitalentloes
force-pushed
the
start_porting_assembly_to_gpu
branch
from
February 19, 2026 13:51
8d53665 to
f115776
Compare
This was referenced Feb 20, 2026
multitalentloes
force-pushed
the
start_porting_assembly_to_gpu
branch
from
March 6, 2026 08:45
639231a to
1af9d6e
Compare
multitalentloes
force-pushed
the
start_porting_assembly_to_gpu
branch
from
March 6, 2026 14:53
a69d48d to
a9bc6de
Compare
streamline the copy to gpu and make view also add some throws and remove __device__ where not needed
avoid excessive timing code avoid try-heavy alpha initialization restructure code to be more cpu centric
formatting, remove timing code, extra includes, use nullptr_t for unused types
Member
Author
|
Closing in favor of #7018 |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
NOT intended for merging.
This PR shows current a POC for having the matrix assemble happen on the GPU. Many shortcuts and simplifications have been made, and very little effort has been spent on writing high-quality code. Performance results will be shared later when all the required elements for a proper SPE11C simulation case has been implemented and some effort has been spent into optimizing it. Currently I have a separate executable that will always use GPU assembly.
I will create separate PRs for subsets of files and get it merged partially over time.