gorgonia.org/gorgonia@v0.9.17/cuda/release.go (about) 1 // +build !debug 2 3 package cuda 4 5 import ( 6 "log" 7 "os" 8 ) 9 10 var logger = log.New(os.Stderr, "", 0) 11 var replacement = "\n" 12 13 func tabcount() int { return 0 } 14 15 func enterLogScope() {} 16 17 func leaveLogScope() {} 18 19 func logf(format string, others ...interface{}) {} 20 21 func allocatorLogf(format string, attrs ...interface{}) {}