threads.go 71 B

1234567
  1. //go:build !debug
  2. package ggml
  3. func Threads(n int) int {
  4. return n
  5. }