JuliaAttic / CUDArt.jl

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

Adapt to CUDAdrv changes wrt. device resetting #95

Closed maleadt closed 7 years ago

maleadt commented 7 years ago

Depends on JuliaGPU/CUDAdrv.jl#45. Doesn't fix the GC issue, but properly (and much more aggressively) resets the context, which seems to flush out some other errors now.

codecov-io commented 7 years ago

Codecov Report

Merging #95 into master will decrease coverage by 39.46%. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #95       +/-   ##
========================================
- Coverage   39.46%    0%   -39.47%     
========================================
  Files          10    10               
  Lines         565   557        -8     
========================================
- Hits          223     0      -223     
- Misses        342   557      +215
Impacted Files Coverage Δ
src/CUDArt.jl 0% <ø> (-100%) :arrow_down:
src/stream.jl 0% <0%> (-85.72%) :arrow_down:
src/arrays.jl 0% <0%> (-53.31%) :arrow_down:
src/execute.jl 0% <0%> (-100%) :arrow_down:
src/pointer.jl 0% <0%> (-43.48%) :arrow_down:
src/device.jl 0% <0%> (-58.07%) :arrow_down:
src/libcudart-6.5.jl 0% <0%> (-40%) :arrow_down:
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update dc286ac...1a8f8ee. Read the comment docs.