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
Re: Generated codes
CUDA has a few types and APIs only available for C++ code, such as struct __half and cublasStatus_t cublasHgemmStridedBatched(...). The only way to support a full set of APIs is to generate C++ codes instead of C codes.
Those APIs are uesd in AI libraries such as TensorFlow and PyTorch, but they are not called in any of the benchmarks that we have ever used. So it may not be an urgency at this moment.
The text was updated successfully, but these errors were encountered: