Sorry you had trouble. I've updated the README, so you might want to try again. I also tagged a new version of the package, so you'll have access to the newer features described in the README; you'll probably want to do Pkg.update().
Best, --Tim On Wednesday, October 14, 2015 08:27:06 AM Joaquim Masset Lacombe Dias Garcia wrote: > 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
