Update hipTestHalf to actually test behaviour. Add missing hipHostfree.

Этот коммит содержится в:
Alex Voicu
2018-05-24 13:55:30 +01:00
родитель f2a86f3e1c
Коммит 59a046dd2d
2 изменённых файлов: 70 добавлений и 56 удалений
+2
Просмотреть файл
@@ -138,5 +138,7 @@ int main() {
if (!result[0]) { failed("Failed __half2 tests."); }
hipHostFree(result);
passed();
}