From 75689f86d60daeb6c5c101c157b4977acd9f0942 Mon Sep 17 00:00:00 2001 From: Anssi Kostiainen Date: Wed, 8 May 2024 09:48:37 +0300 Subject: [PATCH] Process: Add "interop" label For issues arising from differences between backends. --- docs/IssueTriage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/IssueTriage.md b/docs/IssueTriage.md index 7ea8ab14..150d729a 100644 --- a/docs/IssueTriage.md +++ b/docs/IssueTriage.md @@ -39,7 +39,7 @@ WebNN has several workstreams specific to the API proposal. These labels help gr - https://github.com/webmachinelearning/webnn/labels/opset - discussions about the overall operator coverage of WebNN; examples include alignment with other published operator sets, use cases that require multiple new operators, compatibility with implementations, etc. - https://github.com/webmachinelearning/webnn/labels/operator%20specific - issues regarding the specification of a single operator or small number of operators - https://github.com/webmachinelearning/webnn/labels/webgpu%20interop - interop between WebNN and WebGPU, e.g. timelines, buffers, devices. - +- https://github.com/webmachinelearning/webnn/labels/interop - issues arising from differences between backends ## Next Steps