I could not run the main example of CUDArt from : https://github.com/JuliaGPU/CUDArt.jl
The code and error follow bellow. running: #MyCudaModule previously defined as in: https://github.com/JuliaGPU/CUDArt.jl using CUDArt, MyCudaModule A = rand(10,5) result = devices(dev->capability(dev)[1]>=2) do devlist MyCudaModule.init(devlist) do function1(CudaArray(A)) end end error output: wrong number of arguments while loading In[9], in expression starting on line 5 in anonymous at In[9]:7 in init at In[8]:27 in anonymous at In[9]:6 in devices at C:\Users\joaquimgarcia\.julia\v0.3\CUDArt\src\device.jl:57 I tried in both julia 0.3 and 0.4 also i tried Pkg.test("CUDArt") and al tests passed
