keroro824 / HashingDeepLearning

Codebase for "SLIDE : In Defense of Smart Algorithms over Hardware Acceleration for Large-Scale Deep Learning Systems"
MIT License
1.07k stars 169 forks source link

Warnings about narrowing conversions #12

Open sarthakpati opened 4 years ago

sarthakpati commented 4 years ago

During the build for #11, I saw lots of warnings about narrowing conversions, which should be fixed for stability.

I think this also goes back to #9 a bit, since ensuring cross-platform conformance via a third-party tool would basically ensure some of these warnings are fixed.