Cuda kernel program

Am installing CuArrays package on online juliahub, But am getting the following error. This is the specification am using: Node Type: V100 GPU, 8 vCPUs, 61GB Memory; and the error is:

Unsatisfiable requirements detected for package e[38;5;14mCuArrays [3a865a2d]e[39m:

e[38;5;14mCuArrays [3a865a2d]e[39m log:

├─possible versions are: e[38;5;14m0.2.1-2.2.2e[39m or uninstalled

├─restricted to versions e[38;5;14m*e[39m by an explicit requirement, leaving only versions: e[38;5;14m0.2.1-2.2.2e[39m

└─restricted by julia compatibility requirements to versions: uninstalled — no versions left

CuArrays.jl is no longer supported. Use CUDA.jl instead (which now provides CuArray).

1 Like