ROCm / rocprofiler-compute

Advanced Profiling and Analytics for AMD Hardware
https://rocm.docs.amd.com/projects/omniperf/en/latest/
MIT License
135 stars 49 forks source link

Force encoding before Omniperf execution #299

Closed coleramos425 closed 7 months ago

coleramos425 commented 8 months ago

Closes #19.

I read some warnings about the module not being thread-safe.

This sets the locale for all categories to the user’s default setting (typically specified in the LANG environment variable). If the locale is not changed thereafter, using multithreading should not cause problems.

Since we always want this encoding I think it should be okay.