Paul Lee

Results 4 issues of Paul Lee

如题,现在只显示了核心温度,实际上挖矿时显存温度比核心温度高得多,控制显存温度才是重点。

example: ```go package main import ( "fmt" "github.com/goccy/go-json" ) type Base struct { B string `json:"bb"` } type Test struct { Base A string `json:"aA"` } func main() { b...

sendSegment is not thread-safe because `GrpcAsyncSegmentReporterStream::clearPendingMessages` is not which causes SIGABRT with `proto_buffer_writer.h:65 assertion failed: !byte_buffer->Valid()`

bug