You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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).
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 ?
The text was updated successfully, but these errors were encountered: