lamikr / rocm_sdk_builder

Other
132 stars 12 forks source link

pytorch Fedora 40 fix for maybe-uninitialized #33

Closed lamikr closed 4 months ago

lamikr commented 4 months ago

Fedora 40/gcc 14 gives maybe-uninitialized error from fbgemm submodule. Disable the warning for now.

Fixes: https://github.com/lamikr/rocm_sdk_builder/issues/12

lamikr commented 4 months ago

Tested on Mageia 9 and Ubuntu 23.10 that new build option does not probelms there. Pytorch build ok on both of them and in Fedora 40 it should not anymore have error on fbgemm. In fredora 40 there is however another bug still for pytorch.