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

LaunchError #7

Open
jordrow opened this issue Sep 2, 2016 · 1 comment
Open

LaunchError #7

jordrow opened this issue Sep 2, 2016 · 1 comment

Comments

@jordrow
Copy link

jordrow commented Sep 2, 2016

I am getting an error when running GRAAL saying "cuLaunchKernel failed: too many resources requested for launch". The full message is as follows:
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in bootstrap_inner
self.run()
File "main_window.py", line 427, in run
gl_window.start_EM()
File "/home/GRAAL/main_gl.py", line 215, in start_EM
self.simulation.sampler.modify_gl_cuda_buffer(0, self.dt)
File "/home/GRAAL/cuda_lib_gl.py", line 1749, in modify_gl_cuda_buffer
block=block
, grid=grid
)
File "/usr/local/lib/python2.7/dist-packages/pycuda-2016.1.2-py2.7-linux-x86_64.egg/pycuda/driver.py", line 402, in function_call
func._launch_kernel(grid, block, arg_buf, shared, None)
LaunchError: cuLaunchKernel failed: too many resources requested for launch

@rkoszul
Copy link
Member

rkoszul commented Sep 27, 2016

Hello,

Could you post your computer specs as well as the configuration you're working in (such as your OS, python version, CUDA version, NVIDIA driver version)? GRAAL can be fairly demanding when working on large genomes and it may be your configuration doesn't support it.

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