Skip to content

Commit

Permalink
fix: WebGPU EP name
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Feb 20, 2025
1 parent b887ca9 commit 45f75ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/execution_providers/webgpu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ impl From<WebGPUExecutionProvider> for ExecutionProviderDispatch {

impl ExecutionProvider for WebGPUExecutionProvider {
fn as_str(&self) -> &'static str {
"WebGPUExecutionProvider"
"WebGpuExecutionProvider"
}

fn supported_by_platform(&self) -> bool {
Expand Down

0 comments on commit 45f75ac

Please sign in to comment.