xiaozhenBoy / cudamat

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

rbm_cudamat.py not working #3

Open GoogleCodeExporter opened 9 years ago

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

What is the expected output? What do you see instead?
test_cudamat.py runs fine but:
> python rbm_cudamat.py 
['dat']
Traceback (most recent call last):
  File "rbm_cudamat.py", line 12, in <module>
    dev_dat = cm.CUDAMatrix(cm.reformat(dat/255.))
  File "/Users/mjg/Projects/python/cudamat/cudamat.py", line 163, in __init__
    raise generate_exception(err_code)
cudamat.CUDAMatException: CUBLAS error.

What version of the product are you using? On what operating system?
Cudamat v0.3 - mercurial checkout 09/02/10
Mac OS 10.6.4

Please provide any additional information below.

Original issue reported on code.google.com by drmjgra...@gmail.com on 3 Sep 2010 at 10:09