Skip to content

Commit 1f23083

Browse files
committed
formt
Signed-off-by: Sidorov, Dmitry <dmitry.sidorov@intel.com>
1 parent 1834cc3 commit 1f23083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/adapters/level_zero/platform.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ ur_result_t urPlatformGetBackendOption(
198198
}
199199
if (pFrontendOption == "-foffload-fp32-prec-div") {
200200
*ppPlatformOption = "-ze-fp32-correctly-rounded-divide-div";
201-
return UR_RESULT_SUCCESS;
201+
return UR_RESULT_SUCCESS;
202202
}
203203
if (pFrontendOption == "-foffload-fp32-prec-sqrt") {
204204
*ppPlatformOption = "-ze-fp32-correctly-rounded-divide-sqrt";

0 commit comments

Comments
 (0)