mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-07 08:15:04 +00:00
Add comment
This commit is contained in:
@@ -81,6 +81,7 @@ struct DeviceBinaryElementwise : public BaseOperator
|
||||
static_assert(Dim == 1 || Dim == 2,
|
||||
"wrong! DeviceBinaryElementwise not support this dimension");
|
||||
|
||||
// TODO - 3D, 4D, 5D
|
||||
if constexpr(Dim == 1)
|
||||
return MakeDescriptor_M0_1d(shape, stride, gridSize, threadPerBlock);
|
||||
else if constexpr(Dim == 2)
|
||||
|
||||
Reference in New Issue
Block a user