Skip to content

Commit e42415e

Browse files
committed
Update INFO_SOURCE in l0 adapter -> INFO_IL.
1 parent 917448c commit e42415e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/adapters/level_zero/program.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ ur_result_t urProgramGetInfo(
816816
} catch (...) {
817817
return UR_RESULT_ERROR_UNKNOWN;
818818
}
819-
case UR_PROGRAM_INFO_SOURCE:
819+
case UR_PROGRAM_INFO_IL:
820820
return ReturnValue(Program->Code.get());
821821
default:
822822
return UR_RESULT_ERROR_INVALID_ENUMERATION;

0 commit comments

Comments
 (0)