Alexander Grund
Alexander Grund
Ah this was the other MRO issue I mentioned in the confcall. > can't we fix this in the SystemCompiler easyblock itself? I don't see how. The issue is caused...
Makes sense I guess :-)
Would it make sense to use the same dependencies as in #21653 (and dependent PRs) such that the extracted easyconfigs can be used in other places? That would also bring...
This is likely caused by TF not using the right flags during build. With some source grepping I found `xla_gpu_cuda_data_dir` using `tsl::CandidateCudaRoots` which returns among others a define `TF_CUDA_TOOLKIT_PATH` which...
You might need to ask in the TF repo. An idea: I found a search for the header at https://github.com/tensorflow/tensorflow/blob/cdced3fe1d6378853f57bcd09e9a8472639a264f/third_party/gpus/find_cuda_config.py#L327 It uses `TF_CUDA_PATHS` at https://github.com/tensorflow/tensorflow/blob/cdced3fe1d6378853f57bcd09e9a8472639a264f/third_party/gpus/find_cuda_config.py#L596 with the list [here](https://github.com/tensorflow/tensorflow/blob/cdced3fe1d6378853f57bcd09e9a8472639a264f/third_party/gpus/find_cuda_config.py#L170-L194) suggesting...
The error says it can't find `"third_party/gpus/cuda/extras/CUPTI/include/cupti.h"` and we have it in `$EBROOT_CUDA/extras/CUPTI/include/cupti.h`, so CPATH is not the issue. The path is something the build creates. So it either needs...
I've had a [lively discussion](https://github.com/openxla/xla/issues/27528) with the XLA devs about that and the result is basically: Don't use a preinstalled CUDA, `LOCAL_CUDA_PATH` is intended for CUDA devs (NVIDIA), not for...
``` $ find /software/CUDA/12.6.0/extras/CUPTI/include -type f | wc -l 36 $ find /software/CUDA/12.6.0/extras/CUPTI/lib64/ -type f | wc -l 7 ``` Still not too bad though
So that might now work with https://github.com/easybuilders/easybuild-easyblocks/pull/3765 I'll test that
Test report by @Flamefire Using easyblocks from PR(s) https://github.com/easybuilders/easybuild-easyblocks/pull/3765 **SUCCESS** Build succeeded for 1 out of 1 (1 easyconfigs in total) n1052 - Linux RHEL 8.9 (Ootpa), x86_64, Intel(R) Xeon(R)...