cuda
cuda copied to clipboard
WIP: update Device Resources for Compute Capability 8.7 - 9.0
The old calculator is deprecated, but the tables are now available within nsight compute. Sadly, I don't think 'warpRegAllocUnit' is in these tables, and I'm not sure where else to find this information.
@tmcdonell warpRegAllocUnit
is not in the tables, but since 2.0 (when regAllocationStyle became Warp) it's always been equal to regAllocUnit
. Is it safe to assume that these two are also the same in all 8.* and 9.0 versions?