fixed datatype error of numeric_limit for uint1b_t (#419)
Co-authored-by: Haojin Yang <haojin.yang@.hpi.uni-potsdam.de>
This commit is contained in:
parent
095cbba57c
commit
bc45e2c023
@ -225,7 +225,7 @@ struct numeric_limits<cutlass::uint1b_t> {
|
||||
CUTLASS_HOST_DEVICE
|
||||
static cutlass::uint1b_t const lowest() noexcept { return 0;}
|
||||
CUTLASS_HOST_DEVICE
|
||||
static cutlass::uint4b_t const max() noexcept { return 1;}
|
||||
static cutlass::uint1b_t const max() noexcept { return 1;}
|
||||
static constexpr bool is_integer = true;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user