-1

When using a rmm pool, is it possible to query how much of the pool is occupied ?

quasiben
  • 1,444
  • 1
  • 11
  • 19

1 Answers1

0

Yes as of https://github.com/rapidsai/rmm/pull/222;

rmm.get_info()
MemoryInfo(free=6867517440, total=34058272768)
quasiben
  • 1,444
  • 1
  • 11
  • 19