Skip to content

Commit

Permalink
Merge pull request #1256 from likewhatevs/fix-docs-typo
Browse files Browse the repository at this point in the history
scx_layered: fix typo in docs
  • Loading branch information
likewhatevs authored Jan 28, 2025
2 parents f7e7efe + 09e8827 commit 94a4bc3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scheds/rust/scx_layered/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,6 @@ static NVML_CELL: once_cell::sync::OnceCell<Nvml> = once_cell::sync::OnceCell::n
/// - UsedGpu: Bool. When true, matches if the task has ever used a gpu
/// as of the last time NVML was polled. When false, inverted.
///
/// - IsGroupLeader: Bool. When true, matches if the task has, since scheduler
/// start, used a GPU. When false, inverted.
///
/// While there are complexity limitations as the matches are performed in
/// BPF, it is straightforward to add more types of matches.
///
Expand Down

0 comments on commit 94a4bc3

Please sign in to comment.