summaryrefslogtreecommitdiff
path: root/ggml-cuda.h
diff options
context:
space:
mode:
Diffstat (limited to 'ggml-cuda.h')
-rw-r--r--ggml-cuda.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ggml-cuda.h b/ggml-cuda.h
index 7a65a355..3c1e8deb 100644
--- a/ggml-cuda.h
+++ b/ggml-cuda.h
@@ -8,10 +8,6 @@ extern "C" {
#define GGML_CUDA_MAX_DEVICES 16
-struct ggml_tensor_extra_gpu {
- void * data_device[GGML_CUDA_MAX_DEVICES]; // 1 pointer for each device for split tensors
-};
-
void ggml_init_cublas(void);
void ggml_cuda_set_tensor_split(const float * tensor_split);