nv-legate / legate.core

The Foundation for All Legate Libraries
https://docs.nvidia.com/legate/24.06/
Apache License 2.0
186 stars 61 forks source link

Fix bugs with overlap handling #925

Closed manopapad closed 7 months ago

manopapad commented 8 months ago

https://github.com/nv-legate/legate.core/pull/364 had removed the check of Region ID in same_handle, but that is necessary for correct behavior IIUC.