14 lines
405 B
Plaintext
14 lines
405 B
Plaintext
[package]
|
|
name = "rtx-kernel"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
rust-version = "1.80"
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
description = "RustyTorch++ GPU kernel primitives and abstractions"
|
|
repository.workspace = true
|
|
keywords = ["kernel", "gpu", "cuda", "primitives"]
|
|
categories = ["development-tools"]
|
|
|
|
[dependencies]
|
|
# rustg.workspace = true # TODO: Re-enable when rustg build is stable |