mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-25 10:46:34 +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.
9 lines
120 B
TOML
9 lines
120 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"piet-gpu",
|
|
"piet-gpu-derive",
|
|
"piet-gpu-hal",
|
|
"piet-gpu-types",
|
|
"tests"
|
|
]
|