We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f71e96a commit 8f5bf7cCopy full SHA for 8f5bf7c
onnxruntime/core/providers/webgpu/controlflow/if.h
@@ -17,7 +17,7 @@ class If final : public WebGpuKernel {
17
If(const OpKernelInfo& info) : WebGpuKernel(info), cpu_if_(info) {}
18
19
Status ComputeInternal(ComputeContext& context) const override {
20
- return cpu_if_.Compute(context.OpKernelContext());
+ return cpu_if_.Compute(context.KernelContext());
21
}
22
23
private:
0 commit comments