# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "gemm-benchmark" version = "0.1.3" description = "Simple BLAS [sd]gemm benchmark" homepage = "https://github.com/danieldk/gemm-benchmark" readme = "README.md" license = "MIT OR Apache-2.0" [dependencies.accelerate-src] version = "0.3" optional = true [dependencies.blis-src] version = "0.2" features = [ "serial", "cblas", "static", ] optional = true default-features = false [dependencies.intel-mkl-src] version = "0.7" optional = true default-features = false [dependencies.ndarray] version = "0.15" features = ["blas"] [dependencies.openblas-src] version = "0.10" features = [ "cblas", "static", ] optional = true default-features = false [dependencies.rayon] version = "1" [dependencies.structopt] version = "0.3.17" features = [ "color", "wrap_help", ] [features] accelerate = ["accelerate-src"] blis = ["blis-src"] intel-mkl = ["intel-mkl-src/mkl-static-lp64-seq"] intel-mkl-amd = ["intel-mkl-src/mkl-dynamic-lp64-seq"] openblas = ["openblas-src"]