mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
10 lines
175 B
TOML
10 lines
175 B
TOML
[package]
|
|
name = "benchmark_gpu_4070"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false # Internal use only
|
|
|
|
[dependencies]
|
|
wgpu = "0.19"
|
|
bytemuck = "1.14"
|
|
pollster = "0.3"
|