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]