lattice / quda

QUDA is a library for performing calculations in lattice QCD on GPUs.
https://lattice.github.io/quda
Other
289 stars 97 forks source link

JIT and generic_kernels build fail #1123

Open cpviolator opened 3 years ago

cpviolator commented 3 years ago

With JITIFY on, the generic_kernels branch will fail due to a vestigial instance of constant_param_t at

/scratch/CPviolator/work/QUDA_GENERIC_KERNELS/quda/lib/targets/cuda/jitify_helper.cpp:76
maddyscientist commented 3 years ago

This is "expected" at the moment due to the rework with respect to kernel param vs constant param . Jitify in GK will likely be busted for the next few days. It's on my to-do list.....

Apologies for the churn.