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

Faced some errors while testing cuda in Julia #3

Closed
dnabanita7 opened this issue Jan 22, 2020 · 4 comments
Closed

Faced some errors while testing cuda in Julia #3

dnabanita7 opened this issue Jan 22, 2020 · 4 comments

Comments

@dnabanita7
Copy link

Specs :
Device : Ubuntu 19.10(eaon)
Driver : 03:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 920MX] (rev a2)
nvidia driver : 440.33.01
nvidia cuda toolkit :10.2
gcc version : 7.4

While running Pkg.test(["CUDAnative", "CUDAdrv", "CuArrays"])
I faced few errors which is listed as CUDAnative errors and CUDAdrv errors. CuArrays passed all the tests.

@maleadt
Copy link
Member

maleadt commented Jan 22, 2020

Both errors are ERROR_OUT_OF_MEMORY, so I assume you're just running very close to the limits of your system.

@dnabanita7
Copy link
Author

Yes. Can it be solved by using parallelization? Is there any methods to parallelize the tests?

@maleadt
Copy link
Member

maleadt commented Jan 22, 2020

Parallelizing the tests would only increase memory usage, since there'd be multiple ones running at the same time. These are fairly low-level tests creating contexts, and there's no way around requiring some memory for those.

@maleadt maleadt closed this as completed Jan 22, 2020
@dnabanita7
Copy link
Author

I rebooted the system and closed some of the tabs. All the tests passed.

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