Separate fast ops and primitives (#699)

This commit is contained in:
Awni Hannun
2024-02-16 19:16:39 -08:00
committed by GitHub
parent bf7cd29970
commit c3965fc5ee
6 changed files with 74 additions and 70 deletions

View File

@@ -1,8 +1,7 @@
// Copyright © 2023-2024 Apple Inc.
#include "mlx/backend/metal/utils.h"
#include "mlx/fast.h"
#include "mlx/primitives.h"
#include "mlx/fast_primitives.h"
namespace mlx::core::fast {