Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The package is not computing any tasks? #179

Open
ArvinZaker opened this issue Feb 26, 2022 · 0 comments
Open

The package is not computing any tasks? #179

ArvinZaker opened this issue Feb 26, 2022 · 0 comments

Comments

@ArvinZaker
Copy link

Hi,

I have attempted to replicate one of the mini-programs that you have written in this pdf file. But the replication was not successful. This is the R terminal output:

> library("gpuR")

> detectGPUs()
[1] 1

> set.seed(123)

> A <- gpuVector(c(1:10))

> B <- A + A

> print(A[])
 [1]  1  2  3  4  5  6  7  8  9 10

> print(B[])
 [1] 0 0 0 0 0 0 0 0 0 0

The CRAN package was not present for this version of R so I tried this on the development branch of the package.

My computer details:

  • CPU: Core i7-3770K
  • GPU: R9 290x
  • 24GB of RAM
  • R version: 4.1.2

Thank you for your time and consideration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant