diff --git a/GPUSimulators/HLL2.py b/GPUSimulators/HLL2.py index f8282a9..b5c0dc0 100644 --- a/GPUSimulators/HLL2.py +++ b/GPUSimulators/HLL2.py @@ -23,6 +23,7 @@ along with this program. If not, see . from GPUSimulators import Simulator, Common from GPUSimulators.Simulator import BaseSimulator, BoundaryCondition import numpy as np +import ctypes #from pycuda import gpuarray from hip import hip,hiprtc