Skip to content
#

gpgpu-computing

Here are 35 public repositories matching this topic...

Nelson-Gon
Nelson-Gon commented May 5, 2019

I have discovered this package and being a new user went straight to the docs to see how to use each of these functions. I tried as.gpuMatrix and naturally would think as..... is converting whatever I give it to a gpuMatrix so I tried:

gpuR::as.gpuMatrix(c(1:3),"vector")

This results in:

Error in (function (classes, fdef, mtable) :
unable to find an inherited method for

eyalroz
eyalroz commented Jan 20, 2020

In the array example program, we're copying data into arrays and from arrays. While we're checking the CUDA runtime API return values, we're not checking that the copying results in the expected data. We may be printing information from which it's possible to deduce that, but not actually checking.

Let's do that... @codecircuit ?

Improve this page

Add a description, image, and links to the gpgpu-computing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gpgpu-computing topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.