![]() Currently, the default constructor of `PredicatedTileAccessIteratorParams` will invoke undefined behavior in its invocation of the `initialize` function. Specifically, it will attempt to read from the uninitialized variables `desc.element_size_bits` and `desc.advance_rank`. This commit changes the default constructors of both `*Params` and `*Desc` to zero-initialize all uninitialized members. |
||
---|---|---|
.. | ||
cute | ||
cutlass |