JuliaAttic / CUDArt.jl

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

update the supported gcc version for CUDA 8.0.61 #91

Closed vchuravy closed 7 years ago

vchuravy commented 7 years ago

The check in host_config.h now simply is __GNUC__ > 5.

Fixes #90

codecov-io commented 7 years ago

Codecov Report

Merging #91 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #91   +/-   ##
=======================================
  Coverage   41.63%   41.63%           
=======================================
  Files          10       10           
  Lines         562      562           
=======================================
  Hits          234      234           
  Misses        328      328

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 ea9838f...cf0c9b4. Read the comment docs.

maleadt commented 7 years ago

Rebased and fixed.

vchuravy commented 7 years ago

thanks.