mtmd.go 194 Bytes
Newer Older
1
package mtmd
Michael Yang's avatar
Michael Yang committed
2
3
4
5
6

// #cgo CXXFLAGS: -std=c++11
// #cgo CPPFLAGS: -I${SRCDIR}/../../include -I${SRCDIR}/../../common
// #cgo CPPFLAGS: -I${SRCDIR}/../../../../ml/backend/ggml/ggml/include
import "C"