ptoxide 0.1.0

A virtual machine to execute CUDA PTX without a GPU
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.bytemuck]
version = "1.14.0"

[dependencies.logos]
version = "0.13.0"

[dependencies.thiserror]
version = "1.0.50"

[package]
description = "A virtual machine to execute CUDA PTX without a GPU"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "ptoxide"
readme = "README.md"
repository = "https://github.com/gvilums/ptoxide"
version = "0.1.0"