TiledTensor / TiledCUDA

TiledCUDA is a highly efficient kernel template library designed to elevate CUDA C’s level of abstraction for processing tiles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update CUDA Library search from `FindCUDA` to `FindCUDAToolkit`

haruhi55 opened this issue · comments

cmake deprecates FindCUDA, and preferrs FindCUDAToolkit.

The same problem is for the FindPythonInterp and FindPythonLibs modules. They are also deprecated by cmake.