ai_model/ml/backend/ggml/threads.go

8 lines
71 B

1 month ago
//go:build !debug
package ggml
func Threads(n int) int {
return n
}