cltorch icon indicating copy to clipboard operation
cltorch copied to clipboard

CL_OUT_OF_HOST_MEMORY in cltorch.tests.storage.test_get (AMDGPU-PRO)

Open payload opened this issue 7 years ago • 1 comments
trafficstars

Failed test cause of CL_OUT_OF_HOST_MEMORY in cltorch.tests.storage.test_get. AMDGPU-PRO 17.40 on Ubuntu 17.04 with a FirePro W4100

The error message is only visible when I disable the other storage test test_basic. Else it would start this next test, create another context and segfault in the driver.

The error message is Something went wrong: Error creating OpenCL command queue, OpenCL errorcode: -6 at /home/grohrbein/torch-cl/opencl/cltorch/src/torch/generic/Storage.cpp:101

Error code -6 is out of host memory.

payload avatar Dec 22 '17 15:12 payload

I know it's late but for future reference, this might help: https://community.amd.com/t5/drivers-software/solved-clinfo-reports-error-33-of-quot-global-free-memory-amd/td-p/172760

unexploredtest avatar May 14 '21 20:05 unexploredtest