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
[GPU] Allocate output mem using virtual memory in Windows even if physical memory is full (#30106)
### Details:
- *primitive_inst tries to allocate output memory and it can alloc by
using virtual memory even if physical memory is full on Windows. So the
check_allocatable() func needs to return true.*
- *...*
### Tickets:
- *161457*
0 commit comments