You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: