Remove debug print introduced in #57
Signed-off-by: Karl W. Schulz <karl.schulz@amd.com>
[ROCm/rocprofiler-compute commit: 3f6f0a2b10]
This commit is contained in:
@@ -180,7 +180,6 @@ def get_machine_specs(devicenum):
|
||||
for itr in version_loc:
|
||||
_path = os.path.join(os.getenv("ROCM_PATH", "/opt/rocm"), ".info", itr)
|
||||
if os.path.exists(_path):
|
||||
print(_path)
|
||||
rocm_ver = path(_path).read_text()
|
||||
rocmFound = True
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user