cutlass/include
Gregory Meyer (gregjm) b250faccd3
Make operator() const-correct and add missing static functions. (#936)
* Make operator() const-correct and add missing static functions.

Currently, `*Converter::operator()` requires a mutable object to invoke,
and there are missing `static result_type convert(source_type const &
source)` overloads for certain partial specializations of `*Converter`
objects. This commit makes `operator()` const-correct and adds missing
function overloads where appropriate.

* minor changes

* format

---------

Co-authored-by: Haicheng Wu <haichengw@nvidia.com>
2023-05-09 16:33:01 -04:00
..
cute Fix cuTE compilation with clang (#939) 2023-05-09 09:51:45 -04:00
cutlass Make operator() const-correct and add missing static functions. (#936) 2023-05-09 16:33:01 -04:00