ut-parla / Parla.py

A Python based programming system for heterogeneous computing
Other
21 stars 10 forks source link

Get device memory status from cupy for the mapping phase #133

Open nicelhc13 opened 2 years ago

nicelhc13 commented 2 years ago

The current Parla updates and tracks memory consumption when a task is mapped and completes. This is a loigcal memory trace and it would be better to exploit actual device memory consumption. Cupy uses its own memory pool and provides APIs for this on here: link.