From a3f2e20eaba3042f2410a0acafebd1ba640cc99f Mon Sep 17 00:00:00 2001 From: Hicham Agueny <95568317+HichamAgueny@users.noreply.github.com> Date: Tue, 20 Feb 2024 15:50:32 +0100 Subject: [PATCH] add "import ctypes" --- GPUSimulators/HLL2.py | 1 + 1 file changed, 1 insertion(+) 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