v4.3 tag release update. (#2789)

This commit is contained in:
Junkai-Wu
2025-11-21 09:49:44 +08:00
committed by GitHub
parent 406e078b29
commit 8cd5bef43a
225 changed files with 23229 additions and 2813 deletions

View File

@@ -617,13 +617,7 @@ struct tuple_element<I, cute::array_subbyte<T,N>>
namespace std
{
#if defined(__CUDACC_RTC__)
template <class... _Tp>
struct tuple_size;
template <size_t _Ip, class... _Tp>
struct tuple_element;
#endif
#include <cuda/std/__tuple_dir/structured_bindings.h>
template <class T, size_t N>
struct tuple_size<cute::array_subbyte<T,N>>