Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Nov 18, 2023
1 parent d98a92a commit 0e30166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler-pool/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ where
),
("duration", ee.execution_us, i64),
("cpu_duration", ee.execution_cpu_us, i64),
//("compute_units", ee.cu, i64),
("compute_units", 0 /*ee.cu*/, i64),
(
"priority",
ee.task
Expand Down

0 comments on commit 0e30166

Please sign in to comment.