-
-
The "last few" commits of `develop` seem to have introduced a regression not caught by the tests. We (@Marcogarofalo) first saw this in combination with tmLQCD in the HMC and were able to confirm usin…
-
To help with strong scaling, pipelining should be exposed as a setting for solvers. The details of how to do this in a fine-grained enough fashion to be useful are a bit complicated I think. See https…
-
I've built some Nc=3,4,5 stacks using a variety of combinations of QDPXX, QDP-JIT, and a color agnostic branch of QUDA:
```
CHROMA + QDPXX
CHROMA + QDPJIT
CHROMA + QDPXX + QUDA
CHROMA + QDPJIT + …
-
Branch: devel
commit: 2d52a12cdd1e24c0d352c0ae7415530a0ad46025
System: CentOS 7.5
GCC: 7.3.1
**Problem 1:**
../chroma/lib/actions/ferm/invert/quda_solvers/quda_mg_utils.h:401:28: error: incompa…
-
The recent changes as a part of the 1.16 work, specifically, 68f51a93831bc423562d5a9b398165778339f077, introduced the use of `std::iterator_traits`. E.g., [here](https://github.com/NVIDIA/cub/commit/…
-
I am building Chroma with QUDA,QDP and without QMP,MPI
Build steps followed:
QUDA: (QMP=OFF)
git clone --recursive https://github.com/lattice/quda.git
mkdir build_quda
cd build_quda
`CXX=g++ …
-
The cmake option `QDP_ENABLE_CUDA_MANAGED_MEMORY` is doing nothing as it does not set `QDP_USE_CUDA_MANAGED_MEMORY` which is used in configure_file later.
-
can we use this issue to organise ourselves on this topic?
I'm still lacking a bit the overview, so how do we proceed best here?
Also involves @Marcogarofalo and @sunpho84
-
Just keeping a list of things that Jenkins should build here as a todo list.
- [x] HOSTDEBUG / DEBUG compilation
- [ ] Update builds to utilize more recent compilers than GCC 4.8 (e.g., 5.4)
- […