gpgpu-computing
Here are 35 public repositories matching this topic...
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
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 ?
-
Updated
May 2, 2020 - C++
-
Updated
May 8, 2020 - C++
-
Updated
Dec 30, 2019 - C#
The build instructions mention that the JAVA home variable must be set, but doesn't have any examples
Make sure the environment variable JAVA_HOME is defined and pointing a to a valid JDK installation. If JAVA_HOME is not defined, the build will fail.
This should be updated to clarify how this variable should be configured.
-
Updated
Feb 7, 2018 - JavaScript
-
Updated
Apr 30, 2018 - C
-
Updated
Feb 13, 2019 - Python
-
Updated
Jan 6, 2020 - C++
-
Updated
Jul 9, 2019 - C++
-
Updated
Feb 18, 2019 - C++
-
Updated
May 23, 2020 - C++
-
Updated
Jul 30, 2018 - C++
-
Updated
Feb 11, 2019 - C#
-
Updated
Nov 17, 2018 - Cuda
-
Updated
Jan 12, 2018
-
Updated
Jun 1, 2019 - C++
-
Updated
Dec 10, 2017 - Python
-
Updated
Jun 13, 2018 - C++
-
Updated
Oct 20, 2019 - Cuda
-
Updated
Jan 17, 2019 - C++
-
Updated
May 12, 2018 - C++
-
Updated
Nov 16, 2019 - C++
-
Updated
Dec 4, 2019 - C++
-
Updated
Mar 22, 2019 - C
Improve this page
Add a description, image, and links to the gpgpu-computing topic page so that developers can more easily learn about it.
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."
We should consider renaming this to
float4orvec4(and ditto foruint4, etc.)We also may want to use the
<>syntax for something else in the future.