Harmen Stoppels
Harmen Stoppels
I'm consistently seeing: ``` Time (mean ± σ): 289.0 ms ± 7.6 ms [User: 243.0 ms, System: 862.1 ms] Range (min … max): 280.8 ms … 299.9 ms 10 runs...
## What type of issue is this? - [ ] Bug in the code or other problem - [ ] Inadequate/incorrect documation - [x] Feature request LoopVectorization.jl usually does a...
Using OpenMPI 4.1.4, I would expect that the following configuration ``` --enable-wrapper-rpath --disable-wrapper-runpath ``` would imply `-Wl,--disable-new-dtags` when invoking `mpicc`. That is, force RPATH, instead of relying on compiler defaults....
Using clang 13, ucx 1.13.0-rc1 and CUDA 11.7 ``` $ grep 'implicit conversion' build.txt cuda_copy/cuda_copy_ep.c:120:31: error: implicit conversion from enumeration type 'CUresult' (aka 'enum cudaError_enum') to different enumeration type 'cudaError_t'...
### Describe the bug When compiling ucx with NVHPC compilers v22.3, and using mlx5_0:1, ucx_perftest hangs, and when `^C`'ing, the server triggers an assertion. The exact same setup with GCC...
Using mpich 3.4.3, libfabric 1.14.0, ch4:ofi:gni, I'm getting an issue similar to #4720. mpichversion: ``` $ ../view/bin/mpichversion MPICH Version: 3.4.3 MPICH Release date: Thu Dec 16 11:20:57 CST 2021 MPICH...
This logic: https://github.com/ROCm-Developer-Tools/HIP/blob/1f53fbea8f52c76c9f9901f03b08d64f106ef098/hip-lang-config.cmake.in#L75-L79 doesn't work in Spack when clang is installed elsewhere. Since CMake 3.21 identifies the compiler as ROCMClang now, can't you just get this path from CMAKE_HIP_COMPILER and...
See https://github.com/spack/spack/issues/26459 ``` CMake Error in CMakeLists.txt: HIP_ARCHITECTURES is empty for target "directed_tests.kernel.hipLaunchParm". ```
- [x] #31626 - [x] #31646 - [x] #31677 - [x] #31665 - [x] #31860 - [x] #31864 - [ ] #31914 - [ ] #32040
Spack likes to traverse spec graphs depth-first, but breadth-first would be more accurate to resolve conflicts in a sensible way. Consider a graph ``` A ├── B │ └── C...