Commit 820fc546 authored by Bartlomiej Wroblewski's avatar Bartlomiej Wroblewski
Browse files

Review: small fix

parent 852e5639
...@@ -129,9 +129,6 @@ struct ThreadGroupTensorSliceTransfer_DirectLoad ...@@ -129,9 +129,6 @@ struct ThreadGroupTensorSliceTransfer_DirectLoad
const Index& dst_block_slice_origin) const Index& dst_block_slice_origin)
{ {
static_assert(NumLdsBuffers == 1,
"Direct load transfer does not support multiple LDS buffers.");
static_assert(ck::is_same_v<SrcData, DstData>, static_assert(ck::is_same_v<SrcData, DstData>,
"Direct load transfer does not support datatypes conversion. Source and " "Direct load transfer does not support datatypes conversion. Source and "
"destination data types must be the same."); "destination data types must be the same.");
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment