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

Testing cuda backend #114

Open
dselivanov opened this issue Feb 9, 2018 · 5 comments
Open

Testing cuda backend #114

dselivanov opened this issue Feb 9, 2018 · 5 comments
Labels
Milestone

Comments

@dselivanov
Copy link

dselivanov commented Feb 9, 2018

Seems some testing will be needed. Will write problems here:

1

library(gpuR)
N = 1024
A = matrix(rnorm(N * N), nrow = N)
G = vclMatrix(A, type = 'float')

Error in currentPlatform() : Platform is always NVIDIA with BACKEND=CUDA

UPD works since 97c2c09

@cdeterman cdeterman added this to the 2.1.0 milestone Feb 9, 2018
cdeterman added a commit that referenced this issue Feb 9, 2018
…, overlooked R code where it is used for object initialization. This addresses the first problem noted in #114
@cdeterman
Copy link
Owner

@dselivanov did you solve the undefined symbol: cudaMemcpyAsync issue in #110? Or does that only happen when running devtools::test()?

@dselivanov
Copy link
Author

dselivanov commented Feb 10, 2018 via email

@dselivanov
Copy link
Author

@cdeterman actually I've updated first post here 16 days ago =)

@cdeterman
Copy link
Owner

@dselivanov I didn't notice the update. What does UDP stand for? I am not familiar with that acronym. Am I correct to assume the unit tests continue to fail though?

@dselivanov
Copy link
Author

dselivanov commented Mar 1, 2018 via email

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

No branches or pull requests

2 participants