You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AlignerGlobalMyersBanded's reset_max_bandwidth(...) runs out of device memory when the caching device-allocator is disabled at compilation. (This allocator is enabled by default.)
It is unclear if cudaaligner respects the max_device_memory setting passed at construction at all in this case.
The text was updated successfully, but these errors were encountered:
AlignerGlobalMyersBanded's
reset_max_bandwidth(...)
runs out of device memory when the caching device-allocator is disabled at compilation. (This allocator is enabled by default.)It is unclear if cudaaligner respects the
max_device_memory
setting passed at construction at all in this case.The text was updated successfully, but these errors were encountered: