File: test-cmake.cpp

package info (click to toggle)
ggml 0.9.8-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 21,852 kB
  • sloc: cpp: 147,915; ansic: 49,169; lisp: 12,885; python: 1,617; objc: 1,398; sh: 1,048; makefile: 72
file content (6 lines) | stat: -rw-r--r-- 89 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#include "ggml-backend.h"

int main(void) {
    ggml_backend_load_all();
    return 0;
}