You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Niketan Pansare (JIRA)" <ji...@apache.org> on 2016/09/18 20:57:21 UTC

[jira] [Created] (SYSTEMML-931) Error while allocating CSRPointer

Niketan Pansare created SYSTEMML-931:
----------------------------------------

             Summary: Error while allocating CSRPointer
                 Key: SYSTEMML-931
                 URL: https://issues.apache.org/jira/browse/SYSTEMML-931
             Project: SystemML
          Issue Type: Bug
            Reporter: Niketan Pansare


org.apache.sysml.test.integration.functions.reorg.FullTransposeTest's testTransposeRowVectorSparseSP() and testTransposeMatrixSparseSP() test cases are failing while allocating CSRPointer.
Caused by: jcuda.CudaException: cudaErrorMemoryAllocation
	at jcuda.runtime.JCuda.checkResult(JCuda.java:437)
	at jcuda.runtime.JCuda.cudaMalloc(JCuda.java:3811)
	at org.apache.sysml.runtime.instructions.gpu.context.JCudaObject$CSRPointer.allocateEmpty(JCudaObject.java:156)
	at org.apache.sysml.runtime.instructions.gpu.context.JCudaObject.allocateMemoryOnDevice(JCudaObject.java:464)

[~nakul02]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)