We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b6b4ac commit c2dba04Copy full SHA for c2dba04
ggml-cuda.cu
@@ -82,6 +82,10 @@
82
#define cudaGetDeviceProperties hipGetDeviceProperties
83
#define cudaGetErrorString hipGetErrorString
84
#define cudaGetLastError hipGetLastError
85
+#define cudaHostRegister hipHostRegister
86
+#define cudaHostRegisterPortable hipHostRegisterPortable
87
+#define cudaHostRegisterReadOnly hipHostRegisterReadOnly
88
+#define cudaHostUnregister hipHostUnregister
89
#define cudaLaunchHostFunc hipLaunchHostFunc
90
#ifdef GGML_HIP_UMA
91
#define cudaMalloc hipMallocManaged
0 commit comments