We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971c092 commit 5923518Copy full SHA for 5923518
ggml-cuda.cu
@@ -2544,7 +2544,7 @@ bool ggml_cuda_is_gpu_offloading(struct ggml_tensor * tensor) {
2544
2545
bool ggml_cuda_compute_forward(struct ggml_compute_params * params, struct ggml_tensor * tensor){
2546
ggml_cuda_func_t func;
2547
- const bool any_on_device = is_gpu_offloading(tensor);
+ const bool any_on_device = ggml_cuda_is_gpu_offloading(tensor);
2548
2549
switch (tensor->op) {
2550
case GGML_OP_ADD:
0 commit comments