-
-
Notifications
You must be signed in to change notification settings - Fork 588
Restructure GPU compilation execution pipeline #903
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
Merged
Conversation
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
Deploying with
|
Latest commit: |
7191b6c
|
Status: | ✅ Deploy successful! |
Preview URL: | https://2f26284e.graphite.pages.dev |
Branch Preview URL: | https://modularize-gpu-execution.graphite.pages.dev |
4cd1502
to
2e7e0e9
Compare
Should this be a draft, or is it ready to merge? If it's ready, we should probably make it not close the issue (use "Part of" instead of "Closes") until we have WGPU execution support, which I recall you said wasn't included in this branch yet. |
6ee449e
to
41e601e
Compare
41e601e
to
af40b36
Compare
Keavon
approved these changes
Dec 31, 2022
Keavon
pushed a commit
that referenced
this pull request
Jan 1, 2023
* Restructure gpu compilation execution pipeline * Add compilation server/client infrastructure * Add wgpu executor
Keavon
pushed a commit
that referenced
this pull request
Feb 8, 2023
* Restructure gpu compilation execution pipeline * Add compilation server/client infrastructure * Add wgpu executor
Keavon
pushed a commit
that referenced
this pull request
Jul 30, 2023
* Restructure gpu compilation execution pipeline * Add compilation server/client infrastructure * Add wgpu executor
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.
Closes #810
Remove the requirement to compile graphite with nightly rust to compile gpu code.
This also modularizes the execution model to add a wgpu runner.
Furthermore, this pr will add a rudimentary compilation server to allow the compilation and running of gpu shaders from the web editor