hpt-allocator 0.1.2

An internal library for memory allocator for hpt
Documentation
[dependencies.ctor]
version = "0.4.1"

[dependencies.cudarc]
default-features = false
features = ["std", "cublas", "cublaslt", "curand", "cudnn", "driver", "nvrtc", "f16", "cuda-version-from-build-system", "dynamic-linking"]
optional = true
version = "0.13.4"

[dependencies.hpt-common]
version = "0.1.1"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.lru]
version = "0.13.0"

[dependencies.once_cell]
version = "1.21.1"

[features]
cuda = ["cudarc"]
track_caller = []

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

[package]
authors = ["JianJian Li <ljj1849532909@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "An internal library for memory allocator for hpt"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "hpt-allocator"
readme = false
repository = "https://github.com/Jianqoq/Hpt"
version = "0.1.2"