Updates for CUTLASS 3.5.0 (#1468)
This commit is contained in:
@@ -316,6 +316,8 @@ template <class T>
|
||||
struct is_tensor : false_type {};
|
||||
template <class Engine, class Layout>
|
||||
struct is_tensor<Tensor<Engine,Layout>> : true_type {};
|
||||
template <class T>
|
||||
constexpr bool is_tensor_v = is_tensor<T>::value;
|
||||
|
||||
// Customization point for creation of owning and non-owning Tensors
|
||||
template <class T>
|
||||
@@ -1082,7 +1084,6 @@ CUTE_HOST std::ostream& operator<<(std::ostream& os, Tensor<Engine,Layout> const
|
||||
|
||||
#include <cute/pointer_swizzle.hpp>
|
||||
#include <cute/pointer_flagged.hpp>
|
||||
|
||||
//
|
||||
// Tensor Algorithms
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user