Skip to content

Commit 4cd6b96

Browse files
committed
Remove obsolete comment
Change-Id: I369ebeb29adad32489976b611a77f7ad0bb80554
1 parent ae27f97 commit 4cd6b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/GPUPerfAPICL/GPUPerfAPICL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ GPA_Status GPA_IMP_CompareHWInfo(void* pContext, GPA_HWInfo* pHwInfo)
274274

275275
std::string strTranslatedDeviceName = AMDTDeviceInfoUtils::Instance()->TranslateDeviceName(str);
276276

277-
// get the device ID (only support RV7xx and Evergreen)
277+
// get the device ID
278278
// the string comes from maswp4p1.amd.com:1666 \\depot\stg\opencl\drivers\opencl\runtime\device\gpu\gpudefs.hpp as the static const char* TargetName[] array
279279
if ((strTranslatedDeviceName.compare("Tahiti") == 0 && (asic == GDT_TAHITI_PRO || asic == GDT_TAHITI_XT)) ||
280280
(strTranslatedDeviceName.compare("Pitcairn") == 0 && (asic == GDT_PITCAIRN_PRO || asic == GDT_PITCAIRN_XT)) ||

0 commit comments

Comments
 (0)