v4.4 update. (#2979)
This commit is contained in:
@@ -617,8 +617,20 @@ struct tuple_element<I, cute::array_subbyte<T,N>>
|
||||
namespace std
|
||||
{
|
||||
|
||||
#if (__CUDACC_VER_MAJOR__ >= 13)
|
||||
|
||||
#include <cuda/std/__tuple_dir/structured_bindings.h>
|
||||
|
||||
#else
|
||||
#if defined(__CUDACC_RTC__)
|
||||
template <class... _Tp>
|
||||
struct tuple_size;
|
||||
|
||||
template <size_t _Ip, class... _Tp>
|
||||
struct tuple_element;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
template <class T, size_t N>
|
||||
struct tuple_size<cute::array_subbyte<T,N>>
|
||||
: CUTE_STL_NAMESPACE::integral_constant<size_t, N>
|
||||
|
||||
Reference in New Issue
Block a user