JuliaAttic / CUDArt.jl

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

Fix Stream construction #88

Closed timholy closed 7 years ago

timholy commented 7 years ago

Also makes sure that at least one stream test runs, even on single-device machines.

timholy commented 7 years ago

Hmm, it quite reliably undersleeps. I can relax the test, but given how it's implemented I'm surprised. Clock inaccuracy?

codecov-io commented 7 years ago

Codecov Report

Merging #88 into master will increase coverage by 1.62%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
+ Coverage    40.6%   42.22%   +1.62%     
==========================================
  Files          10       10              
  Lines         564      566       +2     
==========================================
+ Hits          229      239      +10     
+ Misses        335      327       -8
Impacted Files Coverage Δ
src/stream.jl 85.71% <100%> (+69.04%) :arrow_up:

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 8dd0042...58aa3d9. Read the comment docs.