xiaozhenBoy / cudamat

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

makefile err:cudamat_kernels.cuh error:identifier “uint” is undefined #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install python, numpy, scipy.
2. Install CUDA.
3. Download cudamat and make.

What is the expected output? What do you see instead?
cudamat_kernels.cuh error:identifier “uint” is undefined

What version of the product are you using? On what operating system?
cudamat in deepnet by nitishsrivastava, without version information, seems 
latest
Win7 64bit Ultimate
CUDA 5.5
Python 2.7.5
MS VS2012

Please provide any additional information below.

Finally I solved the problem by replacing "uint" by "unsigned" in 
cudamat_kernels.cuh

Original issue reported on code.google.com by liunian...@gmail.com on 11 Sep 2013 at 1:33

GoogleCodeExporter commented 9 years ago
I made a mistake, it's cudamat_conv_kernels.cuh instead of cudamat_kernels.cuh

Original comment by liunian...@gmail.com on 15 Sep 2013 at 2:07