Skip to content

Commit

Permalink
Fix the explanation comment for AMX-INT8 bit
Browse files Browse the repository at this point in the history
Co-authored-by: Gerd Zellweger <[email protected]>
  • Loading branch information
mert-kurttutan and gz authored Jul 15, 2024
1 parent b27ffbf commit 6f7c5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3858,7 +3858,7 @@ bitflags! {
const AVX512_FP16 = 1 << 23;
/// Bit 24: AMX-TILE. If 1, the processor supports tile architecture
const AMX_TILE = 1 << 24;
/// Bit 24: AMX-INT8. If 1, the processor supports tile computational operations on 8-bit integers.
/// Bit 25: AMX-INT8. If 1, the processor supports tile computational operations on 8-bit integers.
const AMX_INT8 = 1 << 25;
}
}
Expand Down

0 comments on commit 6f7c5b0

Please sign in to comment.