We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f5bf7c commit 6295d78Copy full SHA for 6295d78
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.KernelContext());
+ return cpu_if_.Compute(&(context.KernelContext()));
21
}
22
23
private:
0 commit comments