aboutsummaryrefslogtreecommitdiff
path: root/llama.cpp/ggml/src/ggml-cpu/hbm.h
blob: 09a1f09d72be294f6866e58d69105c5db28ffddd (plain)
1
2
3
4
5
6
7
8
#pragma once

#include "ggml-backend.h"
#include "ggml.h"

// GGML CPU internal header

ggml_backend_buffer_type_t ggml_backend_cpu_hbm_buffer_type(void);