-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add GPU Thomas solver #1348
Add GPU Thomas solver #1348
Conversation
sriharshakandala
commented
Jun 26, 2023
•
edited
Loading
edited
- Code follows the style guidelines OR N/A.
- Unit tests are included OR N/A.
- Code is exercised in an integration test OR N/A.
- Documentation has been added/updated OR N/A.
bors try |
tryBuild failed: |
bors try |
tryBuild succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
d0954ed
to
1d9d656
Compare
bors try |
tryBuild failed: |
bors try |
tryBuild failed: |
bors try |
5b2feac
to
881770c
Compare
bors try |
tryBuild succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
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.
We need to make column_thomas_solve!
work for Fields.ExtrudedFiniteDifferenceField
and Fields.ColumnField
. Let's handle this with dispatch (let's add types for these methods so it's clear what types of fields they're valid for, and so that we get better error messages), we'll need an extra method or two. Let me know if you need help.
3aa2f30
to
00cada7
Compare
bors try |
tryBuild failed: |
00cada7
to
1bd42a2
Compare
bors try |
tryBuild succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
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.
Unfortunately, nothing seems to be converging, so there seems to be a translational bug somewhere. Maybe we can add a test against the original code to identify the issue?
bors r+ |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |