File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
source/adapters/level_zero Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -196,12 +196,12 @@ ur_result_t urPlatformGetBackendOption(
196
196
*PlatformOption = " -igc_opts 'PartitionUnit=1,SubroutineThreshold=50000'" ;
197
197
return UR_RESULT_SUCCESS;
198
198
}
199
- if (pFrontendOption == " -foffload-fp32-prec-div" ) {
200
- *ppPlatformOption = " -ze-fp32-correctly-rounded-divide-div" ;
199
+ if (FrontendOption == " -foffload-fp32-prec-div" ) {
200
+ *PlatformOption = " -ze-fp32-correctly-rounded-divide-div" ;
201
201
return UR_RESULT_SUCCESS;
202
202
}
203
- if (pFrontendOption == " -foffload-fp32-prec-sqrt" ) {
204
- *ppPlatformOption = " -ze-fp32-correctly-rounded-divide-sqrt" ;
203
+ if (FrontendOption == " -foffload-fp32-prec-sqrt" ) {
204
+ *PlatformOption = " -ze-fp32-correctly-rounded-divide-sqrt" ;
205
205
return UR_RESULT_SUCCESS;
206
206
}
207
207
return UR_RESULT_ERROR_INVALID_VALUE;
You can’t perform that action at this time.
0 commit comments