Antonin Portelli
Antonin Portelli
I just solved it by reading `iohyve`'s source, the solution might be useful here. For some reason a UEFI VM is not going to boot if the sector size is...
I have done it in `feature/hadrons` cf. 54d789204fec8478eedd936f9a6d10e4ce5d13dd. I know it would be better in develop but there are some new changes there I don't want to pull now that...
+1, that would be really useful
Hi @paboyle I fixed it in 18ce23a, this was a trivial change. It passes the SIMD unit test. #431 still needs to be merged for macOS + M1 compilation, although...
Hi @edbennett, in the spirit of having a modular structure, all modules can potentially output results in different formats, which was a design choice from the start as data from...
Hi @edbennett thanks, I am not sure I agree with everything but also this is too high-level. With these things the devil is in the details. Hadrons generates correlator files...
Hi @edbennett, the issue you are encoutering is related to the actual size of parameters, not their name. If a function have 4x4 matrices passed by value that could explain...
Thanks, figuring out which lines of code these lambda functions came from would be useful, and could help producing a minimal reproducible example to report on Grid side. On the...
Hi @edbennett, thanks I think I understand now. In Grid all argument of an expression are captured by value and made into a CUDA kernel. A double precision SU(4) propagator...