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
Making iree_hal_device_queue_execute take zero or one command buffer.
The practical reason to take multiple is multi-threaded encoding or
mixing those with different lifetimes (per-execution prefix/suffix
command buffers around a reusable command buffer, etc) but we don't
do this in practice and supporting only one makes it easier to
implement against all APIs but Vulkan.
0 commit comments