Update hipTestHalf to actually test behaviour. Add missing hipHostfree.

This commit is contained in:
Alex Voicu
2018-05-24 13:55:30 +01:00
parent 9c7fbdb597
commit 9948b5961e
2 changed files with 70 additions and 56 deletions
@@ -138,5 +138,7 @@ int main() {
if (!result[0]) { failed("Failed __half2 tests."); }
hipHostFree(result);
passed();
}