Updates for 3.1 (#932)
This commit is contained in:
@@ -64,6 +64,10 @@ namespace library {
|
||||
|
||||
template <typename T> struct NumericTypeMap;
|
||||
|
||||
template <> struct NumericTypeMap<void> {
|
||||
static NumericTypeID const kId = NumericTypeID::kVoid;
|
||||
};
|
||||
|
||||
template <> struct NumericTypeMap<cutlass::uint1b_t> {
|
||||
static NumericTypeID const kId = NumericTypeID::kB1;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user