-
Notifications
You must be signed in to change notification settings - Fork 37
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
Refactor for wgpu v23 compatibility with an example of wgpu device sharing #211
Merged
nathanielsimard
merged 20 commits into
tracel-ai:main
from
AsherJingkongChen:refactor/wgpu-v23
Dec 5, 2024
Merged
Refactor for wgpu v23 compatibility with an example of wgpu device sharing #211
nathanielsimard
merged 20 commits into
tracel-ai:main
from
AsherJingkongChen:refactor/wgpu-v23
Dec 5, 2024
Commits on Oct 29, 2024
-
Refactor for wgpu v23 compatibility
* Change type of `entry_point` from `&str` to `Option<&str>` * Change enum type of `WgpuDevice::Existing` from `wgpu::Id<wgpu::Device>` to `usize`
Configuration menu - View commit details
-
Copy full SHA for a3c4e33 - Browse repository at this point
Copy the full SHA a3c4e33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f689c0 - Browse repository at this point
Copy the full SHA 7f689c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13dd59d - Browse repository at this point
Copy the full SHA 13dd59dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfa5032 - Browse repository at this point
Copy the full SHA bfa5032View commit details -
Make WgpuDevice::Existing unique
* Added auto-increment counter in init_existing_device * Added comments of usage
Configuration menu - View commit details
-
Copy full SHA for dd04e6c - Browse repository at this point
Copy the full SHA dd04e6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e676ccf - Browse repository at this point
Copy the full SHA e676ccfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3833348 - Browse repository at this point
Copy the full SHA 3833348View commit details -
Configuration menu - View commit details
-
Copy full SHA for 567e9c3 - Browse repository at this point
Copy the full SHA 567e9c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1203d7 - Browse repository at this point
Copy the full SHA c1203d7View commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ddffbb6 - Browse repository at this point
Copy the full SHA ddffbb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8ff1e1 - Browse repository at this point
Copy the full SHA c8ff1e1View commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 038bed6 - Browse repository at this point
Copy the full SHA 038bed6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57f21ab - Browse repository at this point
Copy the full SHA 57f21abView commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c6ec950 - Browse repository at this point
Copy the full SHA c6ec950View commit details -
Add wgpu spirv required features
* Also updated an argument, see https://docs.rs/wgpu-hal/latest/wgpu_hal/vulkan/struct.Adapter.html#method.device_from_raw
Configuration menu - View commit details
-
Copy full SHA for ba78b17 - Browse repository at this point
Copy the full SHA ba78b17View commit details
Commits on Nov 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e04d19e - Browse repository at this point
Copy the full SHA e04d19eView commit details
Commits on Nov 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1f13590 - Browse repository at this point
Copy the full SHA 1f13590View commit details
Commits on Nov 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8636b60 - Browse repository at this point
Copy the full SHA 8636b60View commit details
Commits on Dec 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 94ae8f1 - Browse repository at this point
Copy the full SHA 94ae8f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c091068 - Browse repository at this point
Copy the full SHA c091068View commit details
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.