From 9ff8d2076ac48192408211577f3e79d03ee14011 Mon Sep 17 00:00:00 2001 From: laurent Date: Tue, 20 Jun 2023 19:15:39 +0100 Subject: Add the topological sort for backprop. --- .cargo/config.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .cargo/config.toml (limited to '.cargo') diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 00000000..a6c6276e --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,5 @@ +[target.x86_64-unknown-linux-gnu] +rustflags = ["-C", "target-cpu=native"] + +[target.aarch64-apple-darwin] +rustflags = ["-C", "target-cpu=native"] -- cgit v1.2.3