We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1834cc3 commit 1f23083Copy full SHA for 1f23083
source/adapters/level_zero/platform.cpp
@@ -198,7 +198,7 @@ ur_result_t urPlatformGetBackendOption(
198
}
199
if (pFrontendOption == "-foffload-fp32-prec-div") {
200
*ppPlatformOption = "-ze-fp32-correctly-rounded-divide-div";
201
- return UR_RESULT_SUCCESS;
+ return UR_RESULT_SUCCESS;
202
203
if (pFrontendOption == "-foffload-fp32-prec-sqrt") {
204
*ppPlatformOption = "-ze-fp32-correctly-rounded-divide-sqrt";
0 commit comments