wangkuiyi / gotorch

A Go idiomatic binding to the C++ core of PyTorch
MIT License
322 stars 35 forks source link

check if cudnn available #318

Closed QiJune closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #318 into develop will increase coverage by 0.11%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #318      +/-   ##
===========================================
+ Coverage    90.18%   90.30%   +0.11%     
===========================================
  Files           34       34              
  Lines         1702     1702              
===========================================
+ Hits          1535     1537       +2     
+ Misses         108      107       -1     
+ Partials        59       58       -1     
Impacted Files Coverage Δ
device.go 100.00% <100.00%> (+25.00%) :arrow_up: