softgpu-core 0.8.0

Vendor-neutral SoftGPU runtime core (handles, agents, traces, profiles)
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 = "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"