- Notifications
You must be signed in to change notification settings - Fork31.3k
Kernel mapping error resolve#42466
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Kernel mapping error resolve#42466
Conversation
9623bfe to04e27cbCompare5a4a08a toe328d0cCompareAaraviitkgp commentedNov 27, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@Rocketknight1 I noticed that the run test issues that is occuring ColQwen2ForRetrieval: Tensor vlm.lm_head.weight seems to have nothing to do with the changes made in pr. |
Rocketknight1 commentedNov 28, 2025
cc@MekkCyber for kernels I think! also@Aaraviitkgp that |
Aaraviitkgp commentedNov 28, 2025
@Rocketknight1 the test_processor and test_tokenization have similar issue they fail but no changes in pr related to them can you look into that aswell 😁. |
Uh oh!
There was an error while loading.Please reload this page.
issue:#42451
This PR fixes a bug in KernelConfig.create_compatible_mapping where defining a kernel mapping for multiple devices (e.g., both cuda and rocm) caused the last defined device to overwrite the active device configuration.
@Rocketknight1@MekkCyber