JuliaAttic / CUDArt.jl

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

Rework precompilation-resistant loading of ext.jl, again. #107

Closed maleadt closed 6 years ago

maleadt commented 6 years ago

Now always require ext.jl to exist before precompilation, avoiding the complexity of having to refresh the cache manually.

codecov-io commented 6 years ago

Codecov Report

Merging #107 into master will decrease coverage by 0.13%. The diff coverage is 25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #107      +/-   ##
==========================================
- Coverage   44.77%   44.64%   -0.14%     
==========================================
  Files          11       11              
  Lines         603      607       +4     
==========================================
+ Hits          270      271       +1     
- Misses        333      336       +3
Impacted Files Coverage Δ
src/CUDArt.jl 40% <25%> (-60%) :arrow_down:

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 4134b94...baba21f. Read the comment docs.