mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 10:17:01 +08:00
Allow dispatch simd 1
Change-Id: If080b3c32e834e5351dea9218c4b46b28084cccb Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
60b4614f24
commit
43695f32dd
@@ -256,7 +256,7 @@ size_t HardwareCommandsHelper<GfxFamily>::sendIndirectState(
|
|||||||
|
|
||||||
using SAMPLER_STATE = typename GfxFamily::SAMPLER_STATE;
|
using SAMPLER_STATE = typename GfxFamily::SAMPLER_STATE;
|
||||||
|
|
||||||
DEBUG_BREAK_IF(simd != 8 && simd != 16 && simd != 32);
|
DEBUG_BREAK_IF(simd != 1 && simd != 8 && simd != 16 && simd != 32);
|
||||||
auto kernelUsesLocalIds = HardwareCommandsHelper<GfxFamily>::kernelUsesLocalIds(kernel);
|
auto kernelUsesLocalIds = HardwareCommandsHelper<GfxFamily>::kernelUsesLocalIds(kernel);
|
||||||
auto inlineDataProgrammingRequired = HardwareCommandsHelper<GfxFamily>::inlineDataProgrammingRequired(kernel);
|
auto inlineDataProgrammingRequired = HardwareCommandsHelper<GfxFamily>::inlineDataProgrammingRequired(kernel);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user