From fee4e6886186053884ef0aa25e2bd5e2617c4d19 Mon Sep 17 00:00:00 2001 From: Igor Zamyatin Date: Fri, 18 Oct 2024 11:33:45 -0500 Subject: [PATCH] Minor clean up (#931) --- .../LEVELZERORUNTIME/LevelZeroRuntimeWrappers.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ExecutionEngine/LEVELZERORUNTIME/LevelZeroRuntimeWrappers.cpp b/lib/ExecutionEngine/LEVELZERORUNTIME/LevelZeroRuntimeWrappers.cpp index 78ac99393..b10732b67 100644 --- a/lib/ExecutionEngine/LEVELZERORUNTIME/LevelZeroRuntimeWrappers.cpp +++ b/lib/ExecutionEngine/LEVELZERORUNTIME/LevelZeroRuntimeWrappers.cpp @@ -416,7 +416,6 @@ static ze_module_handle_t loadModule(GPUL0QUEUE *queue, const void *data, build_flags += "-doubleGRF -Xfinalizer -noLocalSplit -Xfinalizer " "-DPASTokenReduction -Xfinalizer -SWSBDepReduction " "-Xfinalizer -printregusage -Xfinalizer -enableBCR"; - ; } desc.format = ZE_MODULE_FORMAT_IL_SPIRV;