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

Issue: Failed to create a virtual address space object #35

Open
xuanhoa9985 opened this issue Nov 10, 2016 · 0 comments
Open

Issue: Failed to create a virtual address space object #35

xuanhoa9985 opened this issue Nov 10, 2016 · 0 comments

Comments

@xuanhoa9985
Copy link

xuanhoa9985 commented Nov 10, 2016

I got issue when I run sample madd gdev.

$ cd gdev/test/cuda/user/madd

$ gdev/test/cuda/user/madd# make
nvcc -arch sm_20 -cubin -o madd_gpu.cubin madd_gpu.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
gcc -o user_test -g -L /usr/local/gdev/lib64 -I /usr/local/gdev/include main.c madd.c -lucuda -lgdev

$ gdev/test/cuda/user/madd# ./user_test 256
block = (16, 16)
grid = (16, 16)
[gdev]: Failed to create a virtual address space object
cuCtxCreate failed: res = 999
Test failed

my Nvidia GPU card: GeForce GT 730
Driver Version: 367.57
Thanks in advance

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