1- I want to test some basics examples located in “C:\ProgramData\NVIDIA Corporation\CUDA Samples\v5.0\0_Simple”, particularly the matrixMul which multiply matrix. But once my project created, I have this error when trying to build the solution:
Error 1 fatal error C1083: Cannot open include file: ‘sys/time.h’: No such file or directory
Please can you explain how can I fix it?
2-I don’t clearly understand how the matrix multiplication works on cuda. but the CPU code is fine for me. What is the way to understand it? Also if I want to test matrixMulCUBLAS, what do I need to understand please?
Thank to all those who will be helpful to me to progress in CudaC.