Support HSA_PATH env, async path tweak

This commit is contained in:
Ben Sander
2016-02-17 21:22:07 -06:00
rodzic 59379ffb44
commit f466b291d8
2 zmienionych plików z 6 dodań i 3 usunięć
+2 -2
Wyświetl plik
@@ -25,9 +25,9 @@ void simpleNegTest()
// Not sure what happens here, the memory must be pinned.
e = hipMemcpyAsync(A_malloc, A_d, Nbytes, hipMemcpyHostToDevice, NULL);
HIPASSERT (e==hipErrorInvalidValue);
printf (" async memcpy of A_malloc to A_d. Result=%d\n", e);
//HIPASSERT (e==hipErrorInvalidValue);
}
//---