ROCm / MIOpen

AMD's Machine Intelligence Library
https://rocm.docs.amd.com/projects/MIOpen/en/latest/
Other
1.02k stars 210 forks source link

BZ2_bzBuffToBuffCompress throws err #732

Open alexandraBara opened 3 years ago

alexandraBara commented 3 years ago

In recent tuning I noticed this compression lib err being thrown:

This function call needs to be in a try-catch: https://github.com/ROCmSoftwarePlatform/MIOpen/blob/0c105b144655c2fd5f7e09a7de8480d7124461ad/src/bz2.cpp#L56

Whether compression succeeded or not, the blob will still be inserted in the DB but the error needs to be caught. I only observed this during tuning when multiple threads are running, it was not reproduce-able with just 1 thread running.

ppanchad-amd commented 3 months ago

@alexandraBara Please check if this is reproducible on ROCm 6.0.2? If not reproducible, please close ticket. Thanks!