cubek-convolution 0.1.1

CubeK: Convolution Kernels
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 = "2024"
name = "cubek-convolution"
version = "0.1.1"
authors = [
    "Genna Wingert",
    "louisfd <louisfd94@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CubeK: Convolution Kernels"
readme = "README.md"
keywords = []
categories = [
    "science",
    "mathematics",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tracel-ai/cubek/tree/main/crates/cubek-convolution"
resolver = "2"

[features]
conv_tests_all = [
    "conv_tests_plane",
    "conv_tests_tma",
    "conv_tests_simple",
    "conv_tests_cyclic",
    "conv_tests_strided",
    "conv_tests_tilewise",
    "conv_tests_async_copy",
    "conv_tests_swizzle",
    "conv_tests_f16",
    "conv_tests_f32",
    "conv_tests_mma",
]
conv_tests_async_copy = []
conv_tests_cyclic = []
conv_tests_f16 = []
conv_tests_f32 = []
conv_tests_mma = []
conv_tests_partition_buffering = []
conv_tests_plane = []
conv_tests_simple = []
conv_tests_strided = []
conv_tests_swizzle = []
conv_tests_tilewise = []
conv_tests_tma = []
default = [
    "std",
    "cubecl/default",
]
std = ["cubecl/std"]
tests = [
    "conv_tests_plane",
    "conv_tests_simple",
    "conv_tests_cyclic",
    "conv_tests_f16",
]

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

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

[dependencies.bytemuck]
version = "1.16.1"

[dependencies.cubecl]
version = "0.9.0"
features = ["stdlib"]
default-features = false

[dependencies.cubecl-common]
version = "0.9.0"
default-features = false

[dependencies.cubek-matmul]
version = "0.1.1"
default-features = false

[dependencies.derive-new]
version = "0.7.0"
default-features = false

[dependencies.enumset]
version = "1.1.10"
default-features = false

[dependencies.half]
version = "2.5"
features = [
    "alloc",
    "num-traits",
    "serde",
    "bytemuck",
]
default-features = false

[dependencies.serde]
version = "1.0.204"
features = [
    "derive",
    "alloc",
]
default-features = false

[dev-dependencies.cubecl]
version = "0.9.0"
features = ["test-runtime"]
default-features = false

[dev-dependencies.cubek-random]
version = "0.1.1"
default-features = false

[dev-dependencies.pretty_assertions]
version = "1.4"

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