mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-09 20:31:29 +11:00
33d7b25a92
This adds a prefix sum test. This patch is also trying to get a little more serious about structuring both the test runner (toward the goal of collecting proper statistics) and pipeline stages for the tests. Still WIP but giving good results.
10 lines
120 B
TOML
10 lines
120 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"piet-gpu",
|
|
"piet-gpu-derive",
|
|
"piet-gpu-hal",
|
|
"piet-gpu-types",
|
|
"tests"
|
|
]
|