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

package ggml

func Threads(_ int) int {
	return 1
}