SWDEV-334315 - Update PAL version and provide API info for RGP
Change-Id: Ied448aada09deabcf26c402a342bdfbd79f22d7b
Esse commit está contido em:
@@ -1,3 +1,3 @@
|
||||
# PAL interface versions
|
||||
PAL_MAJOR_VERSION = 711
|
||||
PAL_MAJOR_VERSION = 730
|
||||
GPUOPEN_MAJOR_VERSION = 42
|
||||
|
||||
@@ -140,7 +140,8 @@ bool RgpCaptureMgr::Update(Pal::IPlatform* platform) {
|
||||
trace_.gpa_session_ = new GpuUtil::GpaSession(platform, device_.iDev(),
|
||||
api_version >> 4, // OCL API version major
|
||||
api_version & 0xf, // OCL API version minor
|
||||
GpuUtil::ApiType::OpenCl,
|
||||
(amd::IS_HIP) ? GpuUtil::ApiType::Hip :
|
||||
GpuUtil::ApiType::OpenCl,
|
||||
RgpSqttInstrumentationSpecVersion,
|
||||
RgpSqttInstrumentationApiVersion);
|
||||
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário