mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-02-27 00:24:11 +00:00
* Merging mainline - WIP * Merging mainline - WIP AVX2 and CUDA appear to work. CUDA performance seems slightly (~1-2%) lower as it is so often the case with llama.cpp/ggml after some "improvements" have been made. * Merging mainline - fix Metal * Remove check --------- Co-authored-by: Iwan Kawrakow <iwan.kawrakow@gmail.com>
14 lines
255 B
JSON
14 lines
255 B
JSON
{
|
|
"name": "rotate-bits",
|
|
"version": "0.1.1",
|
|
"repo": "jb55/rotate-bits.h",
|
|
"description": "rotate bits",
|
|
"keywords": ["rotl", "rotr"],
|
|
"src": ["rotate-bits.h"],
|
|
"license": "Public Domain",
|
|
"development": {
|
|
"thlorenz/tap.c": "*"
|
|
}
|
|
}
|
|
|