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 6b8280d commit f983135Copy full SHA for f983135
offload/plugins-nextgen/level_zero/src/L0Plugin.cpp
@@ -177,8 +177,7 @@ GenericGlobalHandlerTy *LevelZeroPluginTy::createGlobalHandler() {
177
}
178
179
uint16_t LevelZeroPluginTy::getMagicElfBits() const {
180
- // TODO: We need to register a real ELF machine type
181
- return 0x8086;
+ return ELF::EM_INTELGT;
182
183
184
Triple::ArchType LevelZeroPluginTy::getTripleArch() const {
0 commit comments