xiaozhenBoy / cudamat

Automatically exported from code.google.com/p/cudamat
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

run test_cudamat exception #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run test_cudamat.py
2.
3.

What is the expected output? What do you see instead?
 python test_cudamat.py
................................................
----------------------------------------------------------------------
Ran 48 tests in 3.678s

OK
Exception cudamatlatest.cudamat.CUDAMatException: CUDAMatException('CUBLAS 
error.',) in <bound method CUDAMatrix.__del__ of 
<cudamatlatest.cudamat.CUDAMatrix object at 0x1757210>> ignored
Exception cudamatlatest.cudamat.CUDAMatException: CUDAMatException('CUBLAS 
error.',) in <bound method CUDAMatrix.__del__ of 
<cudamatlatest.cudamat.CUDAMatrix object at 0x18ab790>> ignored

What version of the product are you using? On what operating system?
the latest one; On 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 
x86_64 x86_64 x86_64 GNU/Linux, with nvidia 5

Please provide any additional information below.

Original issue reported on code.google.com by wangwei.cs on 9 Sep 2013 at 6:56