From 565b231c0395703210a2472ff5e279eac9067347 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Wed, 23 Oct 2024 14:44:17 -0400 Subject: [PATCH] Nvcc happy --- Grid/qcd/utils/Sp2n.impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grid/qcd/utils/Sp2n.impl.h b/Grid/qcd/utils/Sp2n.impl.h index 4c660d3a..196aba7e 100644 --- a/Grid/qcd/utils/Sp2n.impl.h +++ b/Grid/qcd/utils/Sp2n.impl.h @@ -207,7 +207,7 @@ static void generatorZtype(int zIndex, iGroupMatrix &ta) { // Map a su2 subgroup number to the pair of rows that are non zero //////////////////////////////////////////////////////////////////////// template -static void su2SubGroupIndex(int &i1, int &i2, int su2_index, GroupName::Sp) { +static accelerator_inline void su2SubGroupIndex(int &i1, int &i2, int su2_index, GroupName::Sp) { const int nsp=ncolour/2; assert((su2_index >= 0) && (su2_index < (nsp * (nsp - 1)) / 2));