v11.test
Pre-releaseinternal testing only.
Added support for the RIFE video frame interpolation algorithm. Some features are still being implemented. The Python RIFE model wrapper interface is still subject to change.
Known issue
-
Users of the
OV_GPU
backend may experience errors likeExceeded max size of memory object allocation: Requested 11456040960 bytes but max alloc size is 4294959104 bytes
. Please consider tiling for now.The reason is that the openvino library follows the opencl standard on memory object allocation restriction (
CL_DEVICE_MAX_MEM_ALLOC_SIZE
). For most existing intel gpus (gen9 and later), the driver imposes a maximum allocation size of ~4GiB1.
-
this value is derived from here, which states that device not supporting
sharedSystemMemCapabilities
has a maximum allowed allocation size of 4294959104 bytes ↩