You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* test against CTK 12.0 + earliest driver
* skip cu{Kernel,Func}GetName tests on older drivers
* Handle drivers that do not implement cuKernelGetParamInfo
For drivers in version range [12000, 12040), do not add
"paraminfo" to the _loader dictionary. At runtime, raise
NotImplementedError if "paraminfo" is not in the dictionary.
Only modify _loader["new"] for python version >=12
* For drivers with version in [12000, 12040) skip tests requiring KernelParamInfo
Except for one test where we check that NotImplementedError is raised.
* Always skip tests of cluster-related occupancy queries if CC < 9.0
Older driver, specifically 535.247.01, returns error code 400
for cluster-size related occupancy queries for devices with compute
capability less than (9, 0)
It works fine with newer drivers, provided the actual requested
cluster size is zero.
---------
Co-authored-by: Leo Fang <leof@nvidia.com>
0 commit comments