mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-12 17:26:00 +00:00
minor fix
This commit is contained in:
@@ -31,7 +31,7 @@ get_slice_tile(const tile_window_with_static_lengths<BottomTensorView_, WindowLe
|
||||
|
||||
constexpr auto slice_lengths = slice_ends - slice_begins;
|
||||
|
||||
return make_tile_window(tile.GetBottomTensorView(),
|
||||
return make_tile_window(tile.get_bottom_tensor_view(),
|
||||
sequence_to_tuple_of_number(slice_lengths),
|
||||
to_multi_index(slice_begins));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user