File: test-cmake.cpp

package info (click to toggle)
ggml-cuda 0.9.6-4
  • links: PTS, VCS
  • area: contrib
  • in suites: sid
  • size: 20,040 kB
  • sloc: cpp: 128,987; ansic: 45,176; lisp: 10,524; python: 1,591; objc: 1,350; sh: 1,042; makefile: 24
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;
}