Alexander Grund
Alexander Grund
(created using `eb --new-pr`) The patch introduced a C&P bug resulting in: ``` Vec256 C10_ALWAYS_INLINE pow(const Vec256& exp) const { return {Sleef_powf4_u10vsx(_vec0, b._vec0), Sleef_powf4_u10vsx(_vec1, b._vec1)}; } ``` I.e. `b` was...
(created using `eb --new-pr`)
Avoids linter warnings in e.g. IDEs when developing ECs. No functional change.
(created using `eb --new-pr`) This would benefit from https://github.com/easybuilders/easybuild-framework/pull/4073
(created using `eb --new-pr`) This runs only a (relevant) subset of the `autogen.pl` script as suggested by @Micket on Slack which seemingly speeds up the configure enough to make it...
(created using `eb --new-pr`) - [ ] Requires https://github.com/easybuilders/easybuild-easyconfigs/pull/15973
Extension patches may use templates so use `collect_exts_file_info` to gather the information about extensions and their sources and patches. See https://github.com/easybuilders/easybuild-easyconfigs/pull/15968
(created using `eb --new-pr`) Requires https://github.com/easybuilders/easybuild-easyblocks/pull/2764 The download URLs actually work (similar to the CUDA runtime) but when going over the website you come over this: > By clicking the...
(created using `eb --new-pr`) This test fails for me on an AMD EPYC system with 8 A100 GPUs. Both the CUDA and non-CUDA ECs fail. TF 2.6.0 is fine. See...