ROCm / roctracer

ROCm Tracer Callback/Activity Library for Performance tracing AMD GPUs
https://rocm.docs.amd.com/projects/roctracer/en/latest/
Other
65 stars 30 forks source link

Rkebichi patch kfd 1 #19

Closed rkebichi closed 4 years ago

eshcherb commented 4 years ago

We were talking to generate an ops_ostream_kfd.h header and to include it to roctarcer_kfd.h. As I understand the roctarcer_kfd.h is still generated by gen_ostrean_ops.py

rkebichi commented 4 years ago

I changed the code to have gen_ostream.ops generates kfd_ostream_ops.h which is included in roctarcer_kfd.h. I ran tests and all is passing.