Closed maleadt closed 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).
device_reset
device.jl::close
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
indevice.jl::close
).