ndrubins
Results
4
comments of
ndrubins
I just posted a similar question. Did you have any luck with your problem?
Thanks a lot. I started by trying to write a simple matrix multiplication function in a `cpp` file (which is in a `package` I called `gpuUtils`): ``` #include "viennacl/ocl/backend.hpp" #include...