altis icon indicating copy to clipboard operation
altis copied to clipboard

GEMM out of memory

Open black6816 opened this issue 3 years ago • 3 comments

./gemm -s 5 --passes 30 --uvm

Chose device: name='NVIDIA GeForce RTX 3090' index=0 Running GEMM Running single precision test Running double precision test Running half preicsion test /workspace/benchmark/altis/src/cuda/level1/gemm/Gemm.cu(238) : CUDA Runtime API error 2: out of memory.

black6816 avatar Jan 10 '23 10:01 black6816

env: ubuntu 20.04 + cuda11.7

black6816 avatar Jan 10 '23 10:01 black6816

Which specific test is causing the OOM if I may ask?

BDHU avatar Jan 10 '23 18:01 BDHU

hi, dear, when test gemm,the command : ./gemm -s 5 --passes 30 --uvm and the screen output:

Chose device: name='NVIDIA GeForce RTX 3090' index=0 Running GEMM Running single precision test Running double precision test Running half preicsion test /workspace/benchmark/altis/src/cuda/level1/gemm/Gemm.cu(238) : CUDA Runtime API error 2: out of memory.

black6816 avatar Jan 11 '23 02:01 black6816