Home
Solus
Search
Configure Global Search
Log In
Transactions
D13326
Change Details
Change Details
Old
New
Diff
Depends on D13319, D13307. - Update pytorch to 1.11.0 because of too many build failures. - Rebased patches. - Build against system intel-tbb. - Bring back avx2 for that 10~20% speed increase. - Use GCC for now because Clang is not happy with some flag combinations regarding `-flto=24`. - Rebuild against lapack.
Depends on D13319, D13307. - Update pytorch to 1.11.0 because of too many build failures. - Rebased patches. - Build against system intel-tbb. - Bring back avx2 for that sweet 10~20% speed increase. - Use GCC for now because Clang is not happy with some flag combinations regarding `-flto=24`. - Rebuild against lapack. - Move build configurations to the `environment` section because this is the approach [[ https://github.com/pytorch/pytorch/blob/v1.11.0/setup.py | recommended ]] by PyTorch and the previous approach (directly defining them through CMake) might result in some variables getting lost.
Depends on D13319, D13307. - Update pytorch to 1.11.0 because of too many build failures. - Rebased patches. - Build against system intel-tbb. - Bring back avx2 for that
sweet
10~20% speed increase. - Use GCC for now because Clang is not happy with some flag combinations regarding `-flto=24`. - Rebuild against lapack.
- Move build configurations to the `environment` section because this is the approach [[ https://github.com/pytorch/pytorch/blob/v1.11.0/setup.py | recommended ]] by PyTorch and the previous approach (directly defining them through CMake) might result in some variables getting lost.
Continue