JuliaAttic / CUDArt.jl

Julia wrapper for CUDA runtime API
Other
79 stars 29 forks source link

Update for CUDAdrv from master. #62

Closed maleadt closed 7 years ago

maleadt commented 7 years ago

Updates for the new CUDAdrv now that it is compatible with julia 0.5 again (as of https://github.com/JuliaGPU/CUDAdrv.jl/commit/700ee90cb882a6d462539322da226345a400b82f).

Should not be merged before a new CUDAdrv.jl is tagged.

Also contains a bug, as CUDAdrv.jl now cleans up resources in a finalizer but CUDArt.jl seems to eagerly destroy certain linked resources (probably the device_reset in device.jl::close).