File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2020
2121set (PAL_CLIENT "OCL" )
2222
23- set (PAL_CLIENT_INTERFACE_MAJOR_VERSION 910 )
23+ set (PAL_CLIENT_INTERFACE_MAJOR_VERSION 916 )
2424set (GPUOPEN_CLIENT_INTERFACE_MAJOR_VERSION 42)
2525set (GPUOPEN_CLIENT_INTERFACE_MINOR_VERSION 0)
2626set (AMD_DK_ROOT $ENV{DK_ROOT} )
Original file line number Diff line number Diff line change @@ -1390,6 +1390,7 @@ bool Device::init() {
13901390 info.pSettingsPath = " OCL" ;
13911391 info.maxSvmSize = static_cast <Pal::gpusize>(OCL_SET_SVM_SIZE * Mi);
13921392 info.clientApiId = (amd::IS_HIP) ? Pal::ClientApi::Hip : Pal::ClientApi::OpenCl;
1393+ info.instrApiVer = RgpSqttInstrumentationApiVersion;
13931394
13941395 if (IS_LINUX) {
13951396 // ! @note: Linux may have a deadlock if runtime will attempt to reserve
You can’t perform that action at this time.
0 commit comments