add "import ctypes"

This commit is contained in:
Hicham Agueny 2024-02-20 15:51:28 +01:00 committed by GitHub
parent 5d45643b52
commit 35b213e8d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
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