JuliaAttic / CUDArt.jl

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

Make the compilation example first-class functionality. #103

Closed maleadt closed 7 years ago

maleadt commented 7 years ago

Not very polished yet, but apparently people are using this already (@simondanisch) so we could as well make it a proper part of CUDArt.

codecov-io commented 7 years ago

Codecov Report

Merging #103 into master will increase coverage by 3.09%. The diff coverage is 87.5%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #103      +/-   ##
=========================================
+ Coverage    41.6%   44.7%   +3.09%     
=========================================
  Files          10      11       +1     
  Lines         560     604      +44     
=========================================
+ Hits          233     270      +37     
- Misses        327     334       +7
Impacted Files Coverage Δ
src/CUDArt.jl 100% <ø> (ø) :arrow_up:
src/compile.jl 85.71% <87.5%> (ø)
src/arrays.jl 59.03% <0%> (-0.09%) :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 4700f5e...b92664a. Read the comment docs.