threads.go 71 Bytes
Newer Older
Michael Yang's avatar
Michael Yang committed
1
2
3
4
5
6
7
//go:build !debug

package ggml

func Threads(n int) int {
	return n
}