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 33971ae commit f9b4916Copy full SHA for f9b4916
IGC/AdaptorOCL/dllInterfaceCompute.cpp
@@ -1230,6 +1230,8 @@ bool TranslateBuildSPMD(
1230
<< " -device 0x" << IGCPlatform.GetProductFamily()
1231
<< ".0x" << IGCPlatform.GetDeviceId()
1232
<< ".0x" << IGCPlatform.GetRevId()
1233
+ << " -gmd_render 0x" << GFX_GET_GMD_RELEASE_VERSION_RENDER(IGCPlatform.getPlatformInfo())
1234
+ << ".0x" << GFX_GET_GMD_REV_ID_RENDER(IGCPlatform.getPlatformInfo())
1235
<< std::dec
1236
<< " -inputcs " << getBaseFilename(inputf);
1237
if (isbc)
0 commit comments