c56876cc19b67cb42d7c6849ae229a0ca82caada
* Fix hipMemcpy-size test running out of Host Mem The hipMemcpy-size uses a maxElem calculated from the total GPU mem /8. Then it will allocate 4 times that amount of host memory. This tests begins failing when there is not enough host memory, such as on systems with 32GB GPU mem, and 16GB RAM. This fixes the test if not enough host memory is available on the system. * Add windows support to hipMemcpy-size fix * avoid linking extra libs for windows * HIPMemcpy-size Remove freeCPU including swap
Описание
No description provided
Languages
C++
67.5%
C
20.6%
Python
6.6%
CMake
3.4%
Shell
0.6%
Разное
1.1%