Skip to content

Commit e30e6bd

Browse files
committed
Ash variant of a difftest
1 parent 6218534 commit e30e6bd

File tree

14 files changed

+494
-632
lines changed

14 files changed

+494
-632
lines changed

Cargo.lock

Lines changed: 38 additions & 191 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/difftests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The library provides helper types for common test patterns:
109109
**Backend types:**
110110

111111
- `WgpuBackend` - Default wgpu-based compute backend
112-
- `VulkanoBackend` - Vulkano-based compute backend (useful for testing different GPU drivers)
112+
- `AshBackend` - Ash-based compute backend (low-level Vulkan access for debugging driver issues)
113113

114114
For examples, see:
115115

tests/difftests/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spirv-builder.workspace = true
2020
serde = { version = "1.0", features = ["derive"] }
2121
serde_json = "1.0"
2222
wgpu = { version = "25.0.2", features = ["spirv", "vulkan-portability", "static-dxc"] }
23-
vulkano = { version = "0.35.1", default-features = false }
23+
ash = { version = "0.38", default-features = false }
2424
naga = { version = "25.0.1", features = ["glsl-in", "spv-out"] }
2525
tempfile = "3.5"
2626
futures = "0.3.31"

0 commit comments

Comments
 (0)