Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2021
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. (museval-optimization-2) sevagh:sigsep-mus-eval-optimization-2 $ python test.py
  2. size: 4.0 GB
  3. shape: (1000, 1000000)
  4. dtype: float32
  5. OS : Linux-5.11.14-100.fc32.x86_64-x86_64-with-glibc2.2.5
  6. CuPy Version : 9.0.0
  7. NumPy Version : 1.20.2
  8. SciPy Version : 1.6.2
  9. Cython Build Version : 0.29.22
  10. Cython Runtime Version : None
  11. CUDA Root : /usr
  12. CUDA Build Version : 11020
  13. CUDA Driver Version : 11030
  14. CUDA Runtime Version : 11020
  15. cuBLAS Version : 11401
  16. cuFFT Version : 10400
  17. cuRAND Version : 10203
  18. cuSOLVER Version : (11, 1, 0)
  19. cuSPARSE Version : 11400
  20. NVRTC Version : (11, 2)
  21. Thrust Version : 101000
  22. CUB Build Version : 101000
  23. Jitify Build Version : 60e9e72
  24. cuDNN Build Version : 8101
  25. cuDNN Version : 8100
  26. NCCL Build Version : None
  27. NCCL Runtime Version : None
  28. cuTENSOR Version : None
  29. cuSPARSELt Build Version : None
  30. Device 0 Name : NVIDIA GeForce RTX 2070 SUPER
  31. Device 0 Compute Capability : 75
  32. Device 0 PCI Bus ID : 0000:0A:00.0
  33. None
  34. Traceback (most recent call last):
  35. File "test.py", line 22, in <module>
  36. big_array = cupyx.scipy.fft.ifft2(cupy.array(big_array))
  37. File "/home/sevagh/venvs/museval-optimization-2/lib/python3.8/site-packages/cupyx/scipy/fft/_fft.py", line 214, in ifft2
  38. return ifftn(x, s, axes, norm, overwrite_x, plan=plan)
  39. File "/home/sevagh/venvs/museval-optimization-2/lib/python3.8/site-packages/cupyx/scipy/fft/_fft.py", line 285, in ifftn
  40. return func(x, s, axes, norm, cufft.CUFFT_INVERSE, overwrite_x=overwrite_x,
  41. File "/home/sevagh/venvs/museval-optimization-2/lib/python3.8/site-packages/cupy/fft/_fft.py", line 585, in _fftn
  42. a = _convert_dtype(a, value_type)
  43. File "/home/sevagh/venvs/museval-optimization-2/lib/python3.8/site-packages/cupy/fft/_fft.py", line 37, in _convert_dtype
  44. a = a.astype(out_dtype)
  45. File "cupy/_core/core.pyx", line 394, in cupy._core.core.ndarray.astype
  46. File "cupy/_core/core.pyx", line 453, in cupy._core.core.ndarray.astype
  47. File "cupy/_core/core.pyx", line 164, in cupy._core.core.ndarray.__init__
  48. File "cupy/cuda/memory.pyx", line 735, in cupy.cuda.memory.alloc
  49. File "cupy/cuda/memory.pyx", line 1412, in cupy.cuda.memory.MemoryPool.malloc
  50. File "cupy/cuda/memory.pyx", line 1433, in cupy.cuda.memory.MemoryPool.malloc
  51. File "cupy/cuda/memory.pyx", line 1113, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc
  52. File "cupy/cuda/memory.pyx", line 1134, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc
  53. File "cupy/cuda/memory.pyx", line 1372, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc
  54. cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 8,000,000,000 bytes (allocated so far: 4,000,000,000 bytes).
  55.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement