How to initialize a const float* A as a 2D matrix in C++?

后端 未结 0 1111
温柔的废话
温柔的废话 2020-12-03 09:14

I am writing a simple code in CUDA to perform matrix multiplication. The input for the CUDA global void multiply() are the matrices A and B expressed as &q

相关标签:
回答
  • 消灭零回复
提交回复
热议问题