Skip to content

Conversation

amfaber
Copy link
Contributor

@amfaber amfaber commented Aug 23, 2025

Make sure wgpu extensions are emitted with different names

Should solve #3461, though I didn't get the concrete example to run as I didn't want to bother with installing SDL2 on windows to run gym-rs. I experienced the same panic in my model, and my model is fixed by this change.

As per the guidelines for contributing to cubecl, I am also opening a PR here to ensure nothing in burn breaks as a result of the changes.

The cubecl PR has more details

Copy link

codecov bot commented Aug 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.59%. Comparing base (d7aa94f) to head (a945336).

❌ Your project check has failed because the head coverage (63.59%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3606      +/-   ##
==========================================
- Coverage   63.60%   63.59%   -0.01%     
==========================================
  Files        1032     1032              
  Lines      120136   120136              
==========================================
- Hits        76414    76404      -10     
- Misses      43722    43732      +10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@laggui laggui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for addressing this 🙏

Leaving a comment as a future note

Comment on lines +158 to +160
cubecl = { git = "https://github.com/amfaber/cubecl", default-features = false, rev = "e790a93af640c107430bf3d184ee3b631d0f57cb" }
cubecl-common = { git = "https://github.com/amfaber/cubecl", default-features = false, rev = "e790a93af640c107430bf3d184ee3b631d0f57cb" }
cubecl-quant = { git = "https://github.com/amfaber/cubecl", default-features = false, rev = "e790a93af640c107430bf3d184ee3b631d0f57cb" }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: update to cubecl merged rev once linked PR lands

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants