-
Notifications
You must be signed in to change notification settings - Fork 212
Open
Labels
Description
Why is the CUDA API still supported? NVIDIA launched CUTLASS to be an open-source version of cuBLAS and by now, CUDA and OpenCL have diverged so much that it is nearly impossible to upgrade the API to newer versions. Would you consider a major release of CLBlast that removes CUDA compatibility (sometime in the future) enabling contributors to make more OpenCL specific changes such as clCompileProgram + clLinkProgram, features in OpenCL C like async_work_group_copy without any checks, etc.
Reactions are currently unavailable