Advertisement
Guest User

Untitled

a guest
Jul 26th, 2013
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. File "/home/madmaze/Code/decon/convLib.py", line 303, in cnv2dTP_gpu
  2. conjMul(x_d, y_d)
  3. File "/usr/local/lib/python2.7/dist-packages/pycuda-2013.1-py2.7-linux-x86_64.egg/pycuda/elementwise.py", line 205, in __call__
  4. range_ is not None or slice_ is not None)
  5. File "<string>", line 2, in generate_stride_kernel_and_types
  6. File "/usr/local/lib/python2.7/dist-packages/pytools-2011.5-py2.7.egg/pytools/__init__.py", line 327, in memoize_method
  7. result = method(instance, *args)
  8. File "/usr/local/lib/python2.7/dist-packages/pycuda-2013.1-py2.7-linux-x86_64.egg/pycuda/elementwise.py", line 183, in generate_stride_kernel_and_types
  9. **self.gen_kwargs)
  10. File "/usr/local/lib/python2.7/dist-packages/pycuda-2013.1-py2.7-linux-x86_64.egg/pycuda/elementwise.py", line 151, in get_elwise_kernel_and_types
  11. keep, options, **kwargs)
  12. File "/usr/local/lib/python2.7/dist-packages/pycuda-2013.1-py2.7-linux-x86_64.egg/pycuda/elementwise.py", line 75, in get_elwise_module
  13. options=options, keep=keep)
  14. File "/usr/local/lib/python2.7/dist-packages/pycuda-2013.1-py2.7-linux-x86_64.egg/pycuda/compiler.py", line 262, in __init__
  15. arch, code, cache_dir, include_dirs)
  16. File "/usr/local/lib/python2.7/dist-packages/pycuda-2013.1-py2.7-linux-x86_64.egg/pycuda/compiler.py", line 252, in compile
  17. return compile_plain(source, options, keep, nvcc, cache_dir)
  18. File "/usr/local/lib/python2.7/dist-packages/pycuda-2013.1-py2.7-linux-x86_64.egg/pycuda/compiler.py", line 77, in compile_plain
  19. checksum.update(preprocess_source(source, options, nvcc).encode("utf-8"))
  20. File "/usr/local/lib/python2.7/dist-packages/pycuda-2013.1-py2.7-linux-x86_64.egg/pycuda/compiler.py", line 50, in preprocess_source
  21. result, stdout, stderr = call_capture_output(cmdline, error_on_nonzero=False)
  22. File "/usr/local/lib/python2.7/dist-packages/pytools-2011.5-py2.7.egg/pytools/prefork.py", line 196, in call_capture_output
  23. return forker[0].call_capture_output(cmdline, cwd, error_on_nonzero)
  24. File "/usr/local/lib/python2.7/dist-packages/pytools-2011.5-py2.7.egg/pytools/prefork.py", line 53, in call_capture_output
  25. % ( " ".join(cmdline), e))
  26. pytools.prefork.ExecError: error invoking 'nvcc --preprocess -arch sm_35 -I/usr/local/lib/python2.7/dist-packages/pycuda-2013.1-py2.7-linux-x86_64.egg/pycuda/cuda /tmp/tmplAgMsh.cu --compiler-options -P': [Errno 12] Cannot allocate memory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement