Skip to content

Commit c8d7679

Browse files
committed
Refactor gpubench-core to delegate all benchmark execution, device detection, and listing directly to the C++ native engine via gpubench-sys, resolving all discrepancies between CLI and GUI results
1 parent 15b910d commit c8d7679

2 files changed

Lines changed: 61 additions & 621 deletions

File tree

gpubench-core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ edition = "2024"
77
ash = "0.38.0"
88
clap = { version = "4.4", features = ["derive"] }
99
opencl3 = "0.12.3"
10+
gpubench-sys = { path = "../gpubench-sys" }

0 commit comments

Comments
 (0)