mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 02:18:05 +08:00
performance: immediate flush add jump to batch buffer when preamble is present
Related-To: NEO-7808 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0d34323932
commit
bd15d067d5
@@ -17,7 +17,7 @@ struct CommandStreamReceiverFixture : public NEO::DeviceFixture {
|
||||
void setUp();
|
||||
void tearDown();
|
||||
|
||||
static constexpr size_t bufferSize = 256;
|
||||
static constexpr size_t bufferSize = 1024;
|
||||
uint8_t cmdBuffer[bufferSize];
|
||||
uint8_t dshBuffer[bufferSize];
|
||||
uint8_t iohBuffer[bufferSize];
|
||||
|
||||
Reference in New Issue
Block a user