Enrique de la Calle
Results
2
issues of
Enrique de la Calle
``` # This works flawlessly @kernel function f() a = @index(Global, Cartesian) @print(a[1]) ``` ``` # This doesn't compile in CPU @kernel function f() a = let @index(Global, Cartesian) end...
In the nn benchmark, when the profile option is passed, CUDA.compilecache is called which is not defined in the CUDA package. Maybe it was deprecated?