fix missing return warning for repeat and axpby (#1124)
This commit is contained in:
@@ -75,6 +75,8 @@ axpby(Alpha const& alpha,
|
||||
else {
|
||||
return beta == Int<0>{};
|
||||
}
|
||||
|
||||
CUTE_GCC_UNREACHABLE;
|
||||
} ();
|
||||
|
||||
CUTE_UNROLL
|
||||
|
||||
Reference in New Issue
Block a user