Home
last modified time | relevance | path

Searched refs:_max_gpu_bytes (Results 1 – 4 of 4) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/gpu/
H A Dlal_atom.cpp23 _max_gpu_bytes(0) { in Atom()
118 if (gpu_bytes>_max_gpu_bytes) in alloc()
119 _max_gpu_bytes=gpu_bytes; in alloc()
263 _max_gpu_bytes=0; in clear()
H A Dlal_atom.h352 { double m=_max_gpu_bytes; _max_gpu_bytes=0.0; return m; } in max_gpu_bytes()
408 double _max_gpu_bytes; variable
/dports/science/lammps/lammps-stable_29Sep2021/lib/gpu/
H A Dlal_atom.cpp28 _max_gpu_bytes(0) { in Atom()
150 if (gpu_bytes>_max_gpu_bytes) in alloc()
151 _max_gpu_bytes=gpu_bytes; in alloc()
345 _max_gpu_bytes=0; in clear()
H A Dlal_atom.h461 { double m=_max_gpu_bytes; _max_gpu_bytes=0.0; return m; } in max_gpu_bytes()
520 double _max_gpu_bytes; variable