Problem Description
I'm using an internal harbor docker container corresponding to rocm CI build 16562-ubuntu-22.04
ROCM 7,1
I'm following the instructions here:
Using thread trace — ROCprofiler-SDK 1.0.0 Documentation
The GPU is MI250
All following commands fail with a segfault:
rocprofv3 --att --att-activity 8 -d ./mi250_thread_trace/ -- ./bin/mi250_reduce_sum
rocprofv3 --att --att-activity 8 --att-shader-engine-mask 0x11111111 --att-target-cu 0 -d ./mi250_thread_trace/ -- ./bin/mi250_reduce_sum
rocprofv3 --sys-trace --pmc SQ_WAVES -d mi250_test -- ./bin/mi250_reduce_sum
Here's the segfault. The application succeeds when not running with rocprof -att option, and the segfault happens the kernel completes execution.
Operating System
Ubuntu 22.04
CPU
AMD EPYC 7643 48-Core Processor
GPU
MI250
ROCm Version
ROCm 7.1
ROCm Component
HIP
Steps to Reproduce
No response
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
No response
Additional Information
No response
Problem Description
I'm using an internal harbor docker container corresponding to rocm CI build 16562-ubuntu-22.04
ROCM 7,1
I'm following the instructions here:
Using thread trace — ROCprofiler-SDK 1.0.0 Documentation
The GPU is MI250
All following commands fail with a segfault:
rocprofv3 --att --att-activity 8 -d ./mi250_thread_trace/ -- ./bin/mi250_reduce_sum
rocprofv3 --att --att-activity 8 --att-shader-engine-mask 0x11111111 --att-target-cu 0 -d ./mi250_thread_trace/ -- ./bin/mi250_reduce_sum
rocprofv3 --sys-trace --pmc SQ_WAVES -d mi250_test -- ./bin/mi250_reduce_sum
Here's the segfault. The application succeeds when not running with rocprof -att option, and the segfault happens the kernel completes execution.
Operating System
Ubuntu 22.04
CPU
AMD EPYC 7643 48-Core Processor
GPU
MI250
ROCm Version
ROCm 7.1
ROCm Component
HIP
Steps to Reproduce
No response
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
No response
Additional Information
No response