-
Notifications
You must be signed in to change notification settings - Fork 449
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 #2435
base: main
Are you sure you want to change the base?
Refactor for wgpu v23 compatibility #2435
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2435 +/- ##
=======================================
Coverage 82.91% 82.91%
=======================================
Files 810 810
Lines 104904 104903 -1
=======================================
Hits 86984 86984
+ Misses 17920 17919 -1 ☔ View full report in Codecov by Sentry. |
* The comments in `WgpuDevice::id()` are removed since `id` in `WgpuDevice::Existing` is always `u32`
DiscoveryThe least recent version of |
DiscoveryI started to do some experiments on macOS. I noticed that the test In conclusion, the reason of these 200+ errors on macOS tests should be some out-of-bound writes occur in What are the possible solutions?
|
Status UpdateCurrently, I am busy working at my personal projects. I would run CI every one or two weeks. It seems that there are more errors occurred on macOS. I would resolve them after I finish my own works. |
SSIM on wasm causes bad glitches. I suspect it's related to tracel-ai/burn#2435, but hard to say.
SSIM on wasm causes bad glitches. I suspect it's related to tracel-ai/burn#2435, but hard to say.
Status UpdateAfter merging the latest
After running CI on Thanks to the contributions of @ArthurBrussee. |
MiscellaneousContinued with the previous post, I paste the error logs on CI
|
That's awesome! Thanks for checking again :) I think the remaining errors are the same as here: #2539 The deformable convolutions might need some attention from Genna, for the others, maybe @nathanielsimard knows? |
Checklist
run-checks all
script has been executed.contributor-book/src/guides/adding-a-new-operation-to-burn.md
needs to be updated.Related Issues/PRs
Changes
cubecl
wgpu
WgpuDevice::id()
inburn-tensor
Testing
I run
./run-checks.sh all
, but too many errors occurred on macOS (Metal) 🥺. Fixing the bugs ...