From c963136144598e242f325b64fcf194c978321904 Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Sat, 11 Jan 2020 21:29:11 +0100 Subject: Do some early cpu pruning --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c0527fc..0813fa4 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,7 @@ num = "0.2" rayon = "1.3" permutohedron = "0.2" permutation_way = { git = "https://github.com/corentinway/permutation_way_rs" } +sys-info = "0.5.8" ocl = { version = "0.19", optional = false} -- cgit v1.2.3-54-g00ecf