lamikr / rocm_sdk_builder

Other
113 stars 8 forks source link

Python update #69

Closed daniandtheweb closed 2 weeks ago

daniandtheweb commented 2 weeks ago

This PR allows building the project using newer Python versions (only 3.11.9 has been tested for now).

This probably still needs some revisioning as it would be nice to keep the python_cfg together with the build_cfg and not in two different files.

Pytorch-vision needs to be built with gcc or clang, hipcc won't work so the torch-vision patch needs an update.