Hello, I hit the following error pointing that the file name is too long.
INFO [profiling] Current input file: ~/workloads/myapp/MI300A_A0/perfmon/SQ_IFETCH_LEVEL.txt
INFO |-> [/opt/rocm/bin/rocprofv2] /opt/rocm/bin/rocprofv2: line 301: ./conv_driver.exe convfp16 -n 2 --in_h 34 --in_w 34 --in_channels 1280 --fil_h 3 --fil_w 3 --out_channels 1280 --in_layout NHWC --fil_layout NHWC --out_layout NHWC --dilation_h 1 --dilation_w 1 --pad_h 0 --pad_w 0 --conv_stride_h 1 --conv_stride_w 1 --mode conv --group_count 1 --forw 1 --time 1: File name too long
INFO |-> [/opt/rocm/bin/rocprofv2]
ERROR Profiling execution failed.
For context, I'm benchmarking MISA kernels (https://github.com/ROCm/MISA) on MI300X. I'm not yet certain if this is an environment issue or a bug. Would be really helpful to get any pointers, thanks!
On mi300 branch, I get a similar issue with the file name being too long and
File "/usr/lib/python3.10/shutil.py", line 254, in copyfile
with open(src, 'rb') as fsrc:
FileNotFoundError: [Errno 2] No such file or directory: '/workloads/myapp/MI300A_A0/out/pmc_1/results_pmc_perf_2.csv'
Hello, I hit the following error pointing that the file name is too long.
For context, I'm benchmarking MISA kernels (https://github.com/ROCm/MISA) on MI300X. I'm not yet certain if this is an environment issue or a bug. Would be really helpful to get any pointers, thanks!
On
mi300
branch, I get a similar issue with the file name being too long and