You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2026-06-01: Add note about aiter pre-configured fwd attn config making FLASH_ATTENTION_FWD_TRITON_AMD_CONFIG_JSON
no longer necessary for gfx1100. Tweak PYTORCH_TUNABLEOP_ENABLED advice.
Output the memory usage of a pid and measure the change.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Brute force check for ununsed Cargo.toml dependencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Minimum supported rust version (MSRV) policy that indicates the most recent stable rust release is the minimum whenever a new crate version is published. It is not required to bump a crate's major version after a new stable compiler is released.
For example crate_foo version 0.1.2 published on 2018-12-28 has MSRV 1.31.1as this compiler was published on 2018-12-20.
The advantages of this approach is simplicity in maintaining a crate's code.
Workarounds for older compiler versions
If you are unable to update your compiler, you may be unable to update crate dependencies following this policy.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rust micro-benchmarks helper. Runs benchmarks multiple times taking best times & compares to a control. Requires stable and nightly toolchains installed, and `cargo +stable install benchcmp`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters