From 62a9f180fa06ac23966886a7c1396256b774a067 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Wed, 23 Oct 2024 14:44:04 -0400 Subject: [PATCH] NVCC happy --- Grid/qcd/utils/SUn.impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grid/qcd/utils/SUn.impl.h b/Grid/qcd/utils/SUn.impl.h index 02fa161b..d049fcd0 100644 --- a/Grid/qcd/utils/SUn.impl.h +++ b/Grid/qcd/utils/SUn.impl.h @@ -118,7 +118,7 @@ static void generatorDiagonal(int diagIndex, iGroupMatrix &ta) { //////////////////////////////////////////////////////////////////////// // Map a su2 subgroup number to the pair of rows that are non zero //////////////////////////////////////////////////////////////////////// -static void su2SubGroupIndex(int &i1, int &i2, int su2_index, GroupName::SU) { +static accelerator_inline void su2SubGroupIndex(int &i1, int &i2, int su2_index, GroupName::SU) { assert((su2_index >= 0) && (su2_index < (ncolour * (ncolour - 1)) / 2)); int spare = su2_index;