Merge branch 'porting-to-hip' of https://github.com/HichamAgueny/FiniteVolumeGPU_HIP into porting-to-hip

This commit is contained in:
Hicham Agueny 2024-02-20 12:47:43 +01:00
commit def4b9935d

View File

@ -41,7 +41,7 @@ import json
#from pycuda.tools import PageLockedMemoryPool
from hip import hip, hiprtc
from hip import hipblas
def safeCall(cmd):
logger = logging.getLogger(__name__)