**What is your question?** Is there an easy way to pass a custom `NamedTuple` into the kernel? From [this function](https://github.com/NVIDIA/cutlass/blob/d4e16f5d4e70cd95049e3708cbee01205abe43c0/python/CuTeDSL/cutlass/base_dsl/dsl.py#L194), it seems like tuple/list is supported, but that construction would fail for `NamedTuple`. Thanks in advance!