1 Star 0 Fork 0

Greatpan/llama.cpp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
sgemm.h 242 Bytes
一键复制 编辑 原始数据 按行查看 历史
Justine Tunney 提交于 2024-04-16 14:55 . ggml : add llamafile sgemm (#6414)
#pragma once
#include <stdbool.h>
#ifdef __cplusplus
extern "C" {
#endif
bool llamafile_sgemm(int, int, int, const void *, int, const void *, int,
void *, int, int, int, int, int, int, int);
#ifdef __cplusplus
}
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/greatpanc/llama.cpp.git
[email protected]:greatpanc/llama.cpp.git
greatpanc
llama.cpp
llama.cpp
master

搜索帮助