mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Add initial enqueue bcs split infrastructure
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
61242205e0
commit
b10b3ed9dd
@ -48,6 +48,7 @@ struct BuiltinOpParams {
|
||||
uint32_t srcMipLevel = 0;
|
||||
uint32_t dstMipLevel = 0;
|
||||
void *userPtrForPostOperationCpuCopy = nullptr;
|
||||
bool bcsSplit = false;
|
||||
};
|
||||
|
||||
class BuiltinDispatchInfoBuilder {
|
||||
|
Reference in New Issue
Block a user