use llvm-cxxfilt in /opt/rocm

Signed-off-by: josantos <josantos@amd.com>
This commit is contained in:
josantos
2023-08-10 13:23:52 -05:00
parent 73933572af
commit 802308cd28
+1 -1
View File
@@ -57,7 +57,7 @@ def kernel_name_shortener(df, cache, level):
if original_name in cache:
continue
cmd = ["llvm-cxxfilt", original_name]
cmd = ["/opt/rocm/llvm/bin/llvm-cxxfilt", original_name]
proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)