ava icon indicating copy to clipboard operation
ava copied to clipboard

Support CUDA 11.0

Open yuhc opened this issue 3 years ago • 2 comments

yuhc avatar May 03 '21 07:05 yuhc

What's required for this?

vancemiller avatar Jun 12 '21 15:06 vancemiller

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.

yuhc avatar Jun 12 '21 20:06 yuhc