aboutsummaryrefslogtreecommitdiff
path: root/ggml-cuda.h
diff options
context:
space:
mode:
authorJohannes Gäßler <johannesg@5d6.de>2023-07-01 21:49:44 +0200
committerGitHub <noreply@github.com>2023-07-01 21:49:44 +0200
commit0bc2cdfc875fa7877d8e01c8bb17066f99c08f21 (patch)
tree424c065e7b790527bdd00b224b79ed260a62c5a2 /ggml-cuda.h
parentbefb3a35627432473f143c90994557d78ff5bc67 (diff)
Better CUDA synchronization logic (#2057)
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 7a65a35..3c1e8de 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);