From 122329eca7bdd3a4ff8c2043c0a27fd1e5176813 Mon Sep 17 00:00:00 2001 From: Alejandro Gallo Date: Mon, 23 Jan 2023 17:01:29 +0100 Subject: [PATCH] Fix zeroing --- src/atrip/Equations.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/atrip/Equations.cxx b/src/atrip/Equations.cxx index 90b4a83..a1b0c4b 100644 --- a/src/atrip/Equations.cxx +++ b/src/atrip/Equations.cxx @@ -538,8 +538,8 @@ void getEnergySame const size_t bs = Atrip::kernelDimensions.ooo.blocks, ths = Atrip::kernelDimensions.ooo.threads; - cuda::zeroing<<>>((DataFieldType*)_t_buffer, NoNoNo); - cuda::zeroing<<>>((DataFieldType*)_vhhh, NoNoNo); + acc::zeroing<<>>((DataFieldType*)_t_buffer, NoNoNo); + acc::zeroing<<>>((DataFieldType*)_vhhh, NoNoNo); #endif #else