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

CUDA Error 11: invalid argument #5

Open
karthicksanjeevi opened this issue Jan 18, 2017 · 2 comments
Open

CUDA Error 11: invalid argument #5

karthicksanjeevi opened this issue Jan 18, 2017 · 2 comments

Comments

@karthicksanjeevi
Copy link

Hi,
I am planning to run cuda_main executable which is generated from Makefile. My input file contains 102760448 rows and 1 column. When I ran the cuda_main program, I am getting the following error :
lineLen = 128
File ../fc6weights_flattened.txt numObjs = 102760448
File ../fc6weights_flattened.txt numCoords = 0
CUDA Error 11: invalid argument

I have a doubt why it is showing numCoords as 0, ideally it should have shown as 1.

Can you please help me find what am I missing ?

@vmarkovtsev
Copy link

vmarkovtsev commented Jan 22, 2017

Sorry for the shameless promotion, but have you tried https://github.com/src-d/kmcuda ? It is heavily tested, modern and up to date. Looks like this implementation cannot handle so many samples (kmcuda can).

@karthicksanjeevi
Copy link
Author

karthicksanjeevi commented Jan 23, 2017 via email

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

2 participants