Skip to content

Commit

Permalink
remove fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
j2kun committed Feb 1, 2025
1 parent 03af728 commit f64e7bc
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ namespace tensor_ext {
#define GEN_PASS_DEF_LAYOUTCONVERSIONTOSHIFTNETWORK
#include "lib/Dialect/TensorExt/Transforms/Passes.h.inc"

// A permutation of 0..n-1. This array ref should always have size n
// and contain each integer from 0 to n-1 exactly once.
// FIXME: replace this with a hashable type that can be used with DenseMap
// A permutation of 0..n-1. This vector should always have size n and contain
// each integer from 0 to n-1 exactly once.
using Permutation = FrozenVector<int64_t>;

// A group of indices to rotate together
Expand Down

0 comments on commit f64e7bc

Please sign in to comment.