-
Notifications
You must be signed in to change notification settings - Fork 962
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
Disable suballocation on Iris(R) Xe gpu #3668
Disable suballocation on Iris(R) Xe gpu #3668
Conversation
This technically invalidates the safety comments for the suballocated path, but I don't think that really matters. Should probably also not create the allocator (just add an early return to the top of Also should probably add a comment above each of the |
Ok. |
91f7896
to
75eec5a
Compare
c9bb1a2
to
8248ab3
Compare
8248ab3
to
d0e236a
Compare
07773d7
to
eba791f
Compare
I'm getting a test failure when I run this on my AMD 6800xt when I force it to use suballocation on the Does it pass that test on an Xe iGPU? |
I ran the test on AMD Radeon(TM) Graphics with suballoction disabled and it pass But |
All tests passed on my Intel(R) Iris(R) Xe Graphics. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much!
Checklist
cargo clippy
.Connections
Close #3552