GPUOpen-LibrariesAndSDKs / Orochi

MIT License
204 stars 32 forks source link

Remove Runtime APIs #104

Open KaoCC opened 1 month ago

KaoCC commented 1 month ago

Orochi was designed to support the so-called "driver API", which means we should map functions to the corresponding CUDA API with the prefix "cu" and not ""cuda". Some of them are mixed and we need to remove them.