Skip to content

Commit a3862d9

Browse files
committed
Fix editorconfig check error
1 parent 2428d67 commit a3862d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cuda/ggml-cuda.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ static cudaError_t ggml_cuda_device_malloc(void ** ptr, size_t size, int device)
109109
if (err == hipErrorNotSupported) {
110110
static bool warnedUnsupported = false;
111111
if (!warnedUnsupported) {
112-
GGML_LOG_WARN("hipMallocManaged unsupported, falling back to hipMalloc.\n");
112+
GGML_LOG_WARN("hipMallocManaged unsupported, falling back to hipMalloc.\n");
113113
warnedUnsupported = true;
114114
}
115115

0 commit comments

Comments
 (0)