[package]
edition = "2021"
rust-version = "1.85"
name = "softgpu-core"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vendor-neutral SoftGPU runtime core (handles, agents, traces, profiles)"
homepage = "https://github.com/thanos/SoftGPU"
readme = "README.md"
keywords = [
"gpu",
"emulation",
"hsa",
"runtime",
]
categories = [
"development-tools",
"emulators",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/thanos/SoftGPU"
[lib]
name = "softgpu_core"
path = "src/lib.rs"
[[test]]
name = "phase11_aql_isa"
path = "tests/phase11_aql_isa.rs"
[[test]]
name = "phase3_charter"
path = "tests/phase3_charter.rs"
[[test]]
name = "phase4_aql"
path = "tests/phase4_aql.rs"
[[test]]
name = "phase_hip_load"
path = "tests/phase_hip_load.rs"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.softgpu-amd-code-object]
version = "0.8.0"
[dependencies.softgpu-amd-isa]
version = "0.8.0"