From f64e7bc802b8e7ed0d612522d0c4c832e0a9f6fe Mon Sep 17 00:00:00 2001 From: Jeremy Kun Date: Sat, 1 Feb 2025 09:39:05 -0800 Subject: [PATCH] remove fixme --- .../TensorExt/Transforms/LayoutConversionToShiftNetwork.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/Dialect/TensorExt/Transforms/LayoutConversionToShiftNetwork.cpp b/lib/Dialect/TensorExt/Transforms/LayoutConversionToShiftNetwork.cpp index 16bcde710..b70441b9e 100644 --- a/lib/Dialect/TensorExt/Transforms/LayoutConversionToShiftNetwork.cpp +++ b/lib/Dialect/TensorExt/Transforms/LayoutConversionToShiftNetwork.cpp @@ -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; // A group of indices to rotate together