-
Notifications
You must be signed in to change notification settings - Fork 13
Code changes for integrating nvidia v5.0 #417
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
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
version: "2022.2.2" | ||
names: | ||
- pycuda | ||
version: "2023.1" | ||
|
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.
Restrict it to v5. 0?
@@ -111,7 +111,7 @@ deps: | |||
|
|||
# Detect pycuda | |||
- tags: get,generic-python-lib,_pycuda | |||
version: "2022.2.2" | |||
version: "2023.1" |
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.
Does this work for Nvidia v4.0?
Hi @arjunsuresh , I have cleaned the code in latest PR. I have reverted the PyCuda version as it is not tested for 4.0. I can make changes if the upgraded PyCuda version does not fail the workflow for 4.0. |
No description provided.