mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-17 09:08:35 +00:00
rebase file
This commit is contained in:
@@ -37,7 +37,6 @@ constexpr size_t data_type_sizeof(DataType data_type)
|
||||
case DataType::INT32: return 4;
|
||||
case DataType::I8: return 1;
|
||||
case DataType::U8: return 1;
|
||||
default: throw std::runtime_error("Unhandled data type");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user