Update hipTestHalf to actually test behaviour. Add missing hipHostfree.

[ROCm/hip commit: 9948b5961e]
This commit is contained in:
Alex Voicu
2018-05-24 13:55:30 +01:00
parent a7da1ccf2e
commit 328e946c59
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();
}