ROCm / roctracer

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

Introduce multi-GPU MatrixTranspose sample application. #29

Closed whchung closed 4 years ago

whchung commented 4 years ago

This sample application would launch a kernel on every available GPU, so it's possible to monitor activities on every GPU. This could be used to help verify roctracer is working properly on a multi-GPU scenario.

whchung commented 4 years ago

@eshcherb ping

eshcherb commented 4 years ago

Why you are introducing a new test? May be just to update MatrixTranspose_test and make an env var to use a single GPU or all available GPUs?

whchung commented 4 years ago

@eshcherb I introduced a new test to keep your original code intact. If you feel comfortable making changes to MatrixTranpose_test I can alter this PR to do so.

eshcherb commented 4 years ago

Yes, I think it is better just to update the existent MatrixTranspose_test.