Skip to content

Commit

Permalink
Fix spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Sep 24, 2024
1 parent 916bfbe commit 8841fc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions melior/src/ir/type/type_like.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pub trait TypeLike<'c> {
}

melior_macro::type_check_functions!(
// spell-checker: disable
mlirTypeIsAAnyQuantizedType,
mlirTypeIsABF16,
mlirTypeIsACalibratedQuantizedType,
Expand Down Expand Up @@ -74,6 +75,7 @@ pub trait TypeLike<'c> {
mlirTypeIsAUnrankedMemRef,
mlirTypeIsAUnrankedTensor,
mlirTypeIsAVector,
// spell-checker: enable
);
}

Expand Down

0 comments on commit 8841fc3

Please sign in to comment.