mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-08-02 14:57:43 +03:00

* Refactor FromCuda error type to be generic * Create zluda_common crate * Move FromCuda trait into zluda_common * Write some doc comments * Fix typo * Edit comment * Fix formatting
10 lines
220 B
TOML
10 lines
220 B
TOML
[package]
|
|
name = "zluda_common"
|
|
version = "0.1.0"
|
|
authors = ["Violet <c01368481@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
cuda_types = { path = "../cuda_types" }
|
|
hip_runtime-sys = { path = "../ext/hip_runtime-sys" }
|