When using a rmm pool, is it possible to query how much of the pool is occupied ?
Asked
Active
Viewed 47 times
1 Answers
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