MCPcopy Create free account
hub / github.com/NVIDIA/cutlass / conditional_return

Function conditional_return

include/cute/numeric/integral_constant.hpp:432–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430
431template <auto v>
432CUTE_HOST_DEVICE constexpr
433auto
434conditional_return(bool b, C<v> const&, C<v> const&) {
435 return C<v>{};
436}
437
438template <auto v, auto u>
439CUTE_HOST_DEVICE constexpr

Callers 5

make_swizzle_stridesFunction · 0.85
compact_orderFunction · 0.85
permutation_mnkMethod · 0.85
cooperative_copyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected