Multiple updates and refactorings (#280)
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
|
||||
namespace deep_gemm {
|
||||
|
||||
// TODO: Use `torch::kFloat4_e2m1fn_x2`
|
||||
constexpr auto kPackedFP4 = torch::kUInt8;
|
||||
|
||||
template <typename T>
|
||||
static T ceil_div(const T& a, const T& b) {
|
||||
return (a + b - 1) / b;
|
||||
|
||||
Reference in New Issue
Block a user