add "import hipblas"

This commit is contained in:
Hicham Agueny 2024-02-06 10:45:19 +01:00 committed by GitHub
parent 41e496634e
commit 7591307b0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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__)