在用VS2010时 总是显示错误 "<<>>"无法匹配

今天刚刚学习cuda,在做矩阵乘法是总是显示C:/ProgramData/NVIDIA Corporation/NVIDIA GPU Computing SDK 4.0/C/src/matrixMul/matrixMul.cu(164): error : no operator “<<” matches these operands
operand types are: void (Matrix, Matrix, Matrix) << dim3
C:/ProgramData/NVIDIA Corporation/NVIDIA GPU Computing SDK 4.0/C/src/matrixMul/matrixMul.cu(164): error : no operator “>>” matches these operands

求解释 谢谢

明白了···是我自己的错因该是<<<>>>少了一个<>

还有,有时候cuda特有的东西是双下划线,这里也小心奥。。呵呵:)

多谢~新手求教~请多指点~