rusty1s / pytorch_sparse

PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations
MIT License
1.01k stars 147 forks source link

used explicit at::Half to __half conversion operator to fix ambiguous… #220

Closed alepack89 closed 2 years ago

alepack89 commented 2 years ago

Made the conversion from at::Half to __half explicit in order to solve the 'ambiguous conversion' problem, when building C++ API

codecov-commenter commented 2 years ago

Codecov Report

Merging #220 (12d18d0) into master (122811a) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #220   +/-   ##
=======================================
  Coverage   72.32%   72.32%           
=======================================
  Files          28       28           
  Lines        1120     1120           
=======================================
  Hits          810      810           
  Misses        310      310           

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more