File: test-cmake.cpp

package info (click to toggle)
ggml 0.9.5-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 19,092 kB
  • sloc: cpp: 120,570; ansic: 44,609; lisp: 10,053; python: 1,591; objc: 1,349; sh: 827; makefile: 73
file content (6 lines) | stat: -rw-r--r-- 89 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#include "ggml-backend.h"

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