Skip to content

Commit a76577b

Browse files
committed
Fix build
1 parent 1b4303c commit a76577b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml-cuda.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ void ggml_cuda_mul_mat(const struct ggml_tensor * src0, const struct ggml_tens
1515
void * ggml_cuda_host_malloc(size_t size);
1616
void ggml_cuda_host_free(void * ptr);
1717

18-
void ggml_cuda_transform_tensor(struct ggml_tensor * tensor);
18+
void ggml_cuda_transform_tensor(const void * data, struct ggml_tensor * tensor);
1919

2020
#ifdef __cplusplus
2121
}

0 commit comments

Comments
 (0)