File: test-cmake.cpp

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

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