summaryrefslogtreecommitdiff
path: root/candle-core/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'candle-core/src/lib.rs')
-rw-r--r--candle-core/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/candle-core/src/lib.rs b/candle-core/src/lib.rs
index da61bdb5..36f5f6b1 100644
--- a/candle-core/src/lib.rs
+++ b/candle-core/src/lib.rs
@@ -53,6 +53,8 @@ mod dummy_metal_backend;
pub mod error;
mod indexer;
pub mod layout;
+#[cfg(feature = "metal")]
+pub mod metal_backend;
#[cfg(feature = "mkl")]
mod mkl;
pub mod npy;