mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-12-16 00:26:43 +00:00
update
This commit is contained in:
10
src/util.go
10
src/util.go
@@ -46,11 +46,11 @@ type UtilGPUTimeSeries struct {
|
||||
}
|
||||
|
||||
type OptimizerJobExecutionTime struct {
|
||||
Pre int `json:"pre"`
|
||||
Post int `json:"post"`
|
||||
Total int `json:"total"`
|
||||
Main int `json:"main"`
|
||||
Version int `json:"version"`
|
||||
Pre int `json:"pre"`
|
||||
Post int `json:"post"`
|
||||
Total int `json:"total"`
|
||||
Main int `json:"main"`
|
||||
Version int64 `json:"version"`
|
||||
}
|
||||
|
||||
type OptimizerUtilGPU struct {
|
||||
|
||||
Reference in New Issue
Block a user