There was a problem hiding this comment.
Let's keep the driver version commit specific that itself. Please move the cleanup changes in that commit to the other commit which already has lot of cleanup and code movement.
Otherwise, looks good.
I am looking into the vcpkg failure, it is not related to this change.
Sorry, something went wrong.
| {7000, 346.46f, 347.62f}}; | ||
| // clang-format on | ||
|
|
||
| static inline int getMinSupportedCompute(int cudaMajorVer) { |
There was a problem hiding this comment.
Please move this function movement changes into cleanup commit.
Sorry, something went wrong.
| } | ||
|
|
||
| // pulled from CUTIL from CUDA SDK | ||
| static inline int compute2cores(unsigned major, unsigned minor) { |
There was a problem hiding this comment.
Please move this function movement changes into cleanup commit.
Sorry, something went wrong.
Update CUDA driver version information for CUDA 11.4
Description
Changes to Users
None
Checklist