Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion include/cute/atom/copy_traits_xe_2d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,6 @@ auto
make_block_2d_copy_D(TiledMMA const& mma, // TiledMMA instance
Tensor<GEngine, GLayout> const& gmem) // Global tensor
{
static_assert(is_xe_block_2d_atom_v<CopyOp>, "Expected a block 2D atom");
using ValType = typename GEngine::value_type;
return make_block_2d_copy_D<ValType>(mma, gmem.stride()).with(gmem);
}
Expand Down
Loading