Remove extra print for gfx000

Removing extra print that was added for backward compatibility.

Change-Id: I12a5346708886861a6e3cd6440830e6425e647d9
Bu işleme şunda yer alıyor:
David Yat Sin
2024-08-23 18:18:00 +00:00
ebeveyn 08693587d6
işleme 9f6d7cdf6b
-4
Dosyayı Görüntüle
@@ -271,10 +271,6 @@ def main():
if len(target_list) == 0:
target_list = readFromROCMINFO()
# workaround to cope with existing rocm_agent_enumerator behavior where gfx000
# would always be returned
print("gfx000")
for gfx in target_list:
print(gfx)