Skip to content

Commit 01b164b

Browse files
Jaime ArteagaCompute-Runtime-Automation
authored andcommitted
Fix typo
Signed-off-by: Jaime Arteaga <[email protected]>
1 parent 782a287 commit 01b164b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/source/debug_settings/debug_variables_base.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ DECLARE_DEBUG_VARIABLE(bool, EnableFormatQuery, true, "Enable sharing format que
263263
DECLARE_DEBUG_VARIABLE(bool, EnableFreeMemory, false, "Enable freeMemory in memory manager")
264264
DECLARE_DEBUG_VARIABLE(bool, ForceSamplerLowFilteringPrecision, false, "Force Low Filtering Precision Sampler mode")
265265
DECLARE_DEBUG_VARIABLE(bool, EngineInstancedSubDevices, true, "Create subdevices assigned to specific engine")
266-
DECLARE_DEBUG_VARIABLE(bool, AllowSingleTileEngineInstancedSubDevices, false, "Create subdevices assigned to specific engine on signle tile config")
266+
DECLARE_DEBUG_VARIABLE(bool, AllowSingleTileEngineInstancedSubDevices, false, "Create subdevices assigned to specific engine on single tile config")
267267
DECLARE_DEBUG_VARIABLE(int32_t, EnableKernelTunning, -1, "Perform a tunning of enqueue kernel, -1:default(disabled), 0:disable, 1:enable simple kernel tunning, 2:enable full kernel tunning")
268268
DECLARE_DEBUG_VARIABLE(int32_t, EnableBOMmapCreate, -1, "Create BOs using mmap, -1:default, 0:disable(GEM_USERPTR), 1:enable")
269269
DECLARE_DEBUG_VARIABLE(int32_t, EnableGemCloseWorker, -1, "Use asynchronous gem object closing, -1:default, 0:disable, 1:enable")

0 commit comments

Comments
 (0)