ava
ava copied to clipboard
Support CUDA 11.0
What's required for this?
What's required for this?
To support CUDART lib, we need to annotate public CUDA APIs as well as internal APIs such as __cudaRegisterFatBinary
. CUDA >=10.2 introduced a few new internal APIs and the logics of loading fat binaries and modules are different from those of CUDA <=10.1.