-
Notifications
You must be signed in to change notification settings - Fork 242
Add note about compute sanitizer for ccx.Device() #733
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
Conversation
|
Auto-sync is disabled for ready for review pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
|
Thanks, Yevhenii! I think this impacts to all cuda.core objects, not just |
|
Yeah, we can do that. I'm wondering how to do it the way, so if user face this problem, they will navigate to the correct place... |
|
What do you mean? |
cpcloud
left a comment
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.
This seems fine to merge after fixing up conflicts.
Extending this to other objects/writing up tips and tricks can be done in a follow-up.
|
@ZzEeKkAa Can you fix conflicts so we can merge? |
|
I suggest we close this and work on #1223. It does not make sense to add such a note to the device class. |
Description
Add note on using
ccx.Device()withcompute-sanitizer.Related issue: #562
Checklist