Unverified Commit 05cd82ef authored by Daniel Hiltgen's avatar Daniel Hiltgen Committed by GitHub
Browse files

Rename gpu package discover (#7143)

Cleaning up go package naming
parent 7d6eb0d4
//go:build linux || windows
package gpu
package discover
import (
"errors"
......
package gpu
package discover
import (
"errors"
......
package gpu
package discover
import (
"bufio"
......
package gpu
package discover
import (
"bytes"
......
package gpu
package discover
import (
"os"
......
//go:build linux || windows
package gpu
package discover
import (
"log/slog"
......
//go:build linux || windows
package gpu
package discover
/*
#cgo linux LDFLAGS: -lrt -lpthread -ldl -lstdc++ -lm
......
//go:build darwin
package gpu
package discover
/*
#cgo CFLAGS: -x objective-c
......
package gpu
package discover
import (
"bufio"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment