Skip to content

Commit baeb482

Browse files
committed
Revert to default copy
1 parent 289073a commit baeb482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml-cuda.cu

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#define cudaGetErrorString hipGetErrorString
3636
#define cudaGetLastError hipGetLastError
3737
#define cudaMalloc hipMalloc
38-
#define cudaMallocHost(ptr, size) hipHostMalloc(ptr, size, hipHostMallocPortable)
38+
#define cudaMallocHost(ptr, size) hipHostMalloc(ptr, size, hipHostMallocDefault)
3939
#define cudaMemcpy2DAsync hipMemcpy2DAsync
4040
#define cudaMemcpyAsync hipMemcpyAsync
4141
#define cudaMemcpyDeviceToHost hipMemcpyDeviceToHost

0 commit comments

Comments
 (0)