]> git.sesse.net Git - movit/commit
Add more unit tests for fp16.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 12 Mar 2014 00:24:39 +0000 (01:24 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 12 Mar 2014 00:24:39 +0000 (01:24 +0100)
commit4b2ecf9112a34baf2b41aeb4dffeaa698bb9f79a
tree6a12cea3365925ff4856489fa5d75c289cda4789
parent0a82f6ec0542a495e44c0ebc932eab71b2661aae
Add more unit tests for fp16.

This tests a few edge cases that are not adequately covered by the
random fp32 tests; in particular, the round-to-even logic had
no test coverage, which is bad.
fp16_test.cpp