zer-compute 1.0.4

Hardware-accelerated backend for zer, pairwise comparison and EM via CUDA, Vulkan, or AVX2
Documentation
# 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 = "2021"
name = "zer-compute"
version = "1.0.4"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hardware-accelerated backend for zer, pairwise comparison and EM via CUDA, Vulkan, or AVX2"
readme = "README.md"
keywords = [
    "cuda",
    "gpu",
    "entity-resolution",
    "avx2",
    "simd",
]
categories = [
    "algorithms",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/ZAL-Analytics/zer"

[features]
avx2 = [
    "dep:rayon",
    "zer-prof/avx2",
]
cpu = ["zer-prof/cpu"]
cuda = [
    "dep:cudarc",
    "zer-prof/cuda",
]
debug-shaders = []
default = []
vulkan = [
    "dep:ash",
    "dep:gpu-allocator",
    "zer-prof/vulkan",
]

[lib]
name = "zer_compute"
path = "src/lib.rs"

[[example]]
name = "auto_detect"
path = "examples/auto_detect.rs"

[[example]]
name = "batch_compare"
path = "examples/batch_compare.rs"

[[example]]
name = "hello_backend"
path = "examples/hello_backend.rs"

[[test]]
name = "comparator_scorer"
path = "tests/comparator_scorer.rs"

[[test]]
name = "cpu_fallback"
path = "tests/cpu_fallback.rs"

[[test]]
name = "cuda_cpu_parity"
path = "tests/cuda_cpu_parity.rs"

[dependencies.ash]
version = "0.38"
optional = true

[dependencies.bytemuck]
version = "1"
features = ["derive"]

[dependencies.cudarc]
version = "0.19.4"
features = [
    "std",
    "driver",
    "nvrtc",
    "cuda-version-from-build-system",
    "fallback-dynamic-loading",
]
optional = true
default-features = false

[dependencies.gpu-allocator]
version = "0.27"
optional = true

[dependencies.rayon]
version = "1"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.zer-compare]
version = "1.0"

[dependencies.zer-core]
version = "1.0"

[dependencies.zer-prof]
version = "1.0"

[dev-dependencies.csv]
version = "1"

[dev-dependencies.rand]
version = "0.8"