From 56445c201ed4c3ba5baf661f7139d7523d2c4f9a Mon Sep 17 00:00:00 2001 From: Hicham Agueny <95568317+HichamAgueny@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:26:26 +0100 Subject: [PATCH] replace .cu with cu.hip --- GPUSimulators/FORCE.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPUSimulators/FORCE.py b/GPUSimulators/FORCE.py index 22a1593..ce42285 100644 --- a/GPUSimulators/FORCE.py +++ b/GPUSimulators/FORCE.py @@ -88,7 +88,7 @@ class FORCE (Simulator.BaseSimulator): self.g = np.float32(g) #Get kernels -# module = context.get_module("cuda/SWE2D_FORCE.cu", +# module = context.get_module("cuda/SWE2D_FORCE.cu.hip", # defines={ # 'BLOCK_WIDTH': self.block_size[0], # 'BLOCK_HEIGHT': self.block_size[1]