JuliaAttic / CUBLAS.jl

Julia interface to CUBLAS
Other
26 stars 19 forks source link

Tag new version #21

Closed KristofferC closed 7 years ago

KristofferC commented 8 years ago

Would be nice to get https://github.com/JuliaGPU/CUBLAS.jl/pull/16 in a released version.

kshyatt commented 8 years ago

I currently have a totally broken install of everything - @KristofferC if you can verify for me master works on 0.4 and (hopefully) nightly I'll tag.

KristofferC commented 8 years ago

:-1: :(

Don't have time to look into it myself:

julia> Pkg.test("CUBLAS")
INFO: Testing CUBLAS
WARNING: CUBLAS error triggered from:

 in statuscheck at /home/kristoffer/.julia/v0.4/CUBLAS/src/CUBLAS.jl:69
 in trsm_batched! at /home/kristoffer/.julia/v0.4/CUBLAS/src/blas.jl:1462
 in trsm_batched at /home/kristoffer/.julia/v0.4/CUBLAS/src/blas.jl:1478
 in test_trsm at /home/kristoffer/.julia/v0.4/CUBLAS/test/runtests.jl:1479
 in include at ./boot.jl:261
 in include_from_node1 at ./loading.jl:304
 in process_options at ./client.jl:280
 in _start at ./client.jl:378
ERROR: LoadError: "cublas invalid value"
 in statuscheck at /home/kristoffer/.julia/v0.4/CUBLAS/src/CUBLAS.jl:71
 in trsm_batched! at /home/kristoffer/.julia/v0.4/CUBLAS/src/blas.jl:1462
 in trsm_batched at /home/kristoffer/.julia/v0.4/CUBLAS/src/blas.jl:1478
 in test_trsm at /home/kristoffer/.julia/v0.4/CUBLAS/test/runtests.jl:1479
 in include at ./boot.jl:261
 in include_from_node1 at ./loading.jl:304
 in process_options at ./client.jl:280
 in _start at ./client.jl:378
while loading /home/kristoffer/.julia/v0.4/CUBLAS/test/runtests.jl, in expression starting on line 1487
===========================[ ERROR: CUBLAS ]============================

failed process: Process(`/home/kristoffer/julia0.4/usr/bin/julia --check-bounds=yes --code-coverage=none --color=yes /home/kristoffer/.julia/v0.4/CUBLAS/test/runtests.jl`, ProcessExited(1)) [1]

========================================================================
ERROR: CUBLAS had test errors
 in error at ./error.jl:21
 in test at pkg/entry.jl:803
 in anonymous at pkg/dir.jl:31
 in cd at file.jl:22
 in cd at pkg/dir.jl:31
 in test at pkg.jl:71
KristofferC commented 7 years ago

Done