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 917448c commit e42415eCopy full SHA for e42415e
source/adapters/level_zero/program.cpp
@@ -816,7 +816,7 @@ ur_result_t urProgramGetInfo(
816
} catch (...) {
817
return UR_RESULT_ERROR_UNKNOWN;
818
}
819
- case UR_PROGRAM_INFO_SOURCE:
+ case UR_PROGRAM_INFO_IL:
820
return ReturnValue(Program->Code.get());
821
default:
822
return UR_RESULT_ERROR_INVALID_ENUMERATION;
0 commit comments