mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
Unify CPU matmuls, remove unused accelerate conv (#1814)
* unify matmuls * Update mlx/backend/common/matmul.cpp Co-authored-by: Angelos Katharopoulos <a_katharopoulos@apple.com> --------- Co-authored-by: Angelos Katharopoulos <a_katharopoulos@apple.com>
This commit is contained in:
@@ -704,8 +704,6 @@ class Convolution : public UnaryPrimitive {
|
||||
std::vector<int> input_dilation_;
|
||||
int groups_;
|
||||
bool flip_;
|
||||
|
||||
void eval(const std::vector<array>& inputs, array& out);
|
||||
};
|
||||
|
||||
class Copy : public UnaryPrimitive {
|
||||
|
||||
Reference in New Issue
Block a user