threads_debug.go 70 B

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