[package]
name = "rlx-oneapi"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
description = "Intel oneAPI Level Zero backend for RLX (Arc / Data Center Max via libze_loader + SPIR-V compute kernels)"
authors.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true
readme = "README.md"
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
[features]
default = []
[dependencies]
rlx-ir = { path = "../rlx-ir", version = "0.2.10" }
rlx-opt = { path = "../rlx-opt", version = "0.2.10", default-features = false, features = ["compile"] }
rlx-compile = { path = "../rlx-compile", version = "0.2.10" }
rlx-cpu = { path = "../rlx-cpu", version = "0.2.10", default-features = false }
libloading = "0.8"
half = "2"
[dev-dependencies]
half = "2"
[lints]
workspace = true