Skip to content

Commit adeb0b5

Browse files
committed
squash! ggml : WebGPU added cases for TRANSPOSE and RESHAPE operations [no ci]
Remove TODO comment about unimplemented operations.
1 parent 36d632f commit adeb0b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ggml/src/ggml-webgpu/ggml-webgpu.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,6 @@ static bool ggml_webgpu_encode_node(webgpu_context ctx, ggml_tensor * node) {
630630
case GGML_OP_TRANSPOSE:
631631
case GGML_OP_RESHAPE:
632632
{
633-
// TODO: implement these operations
634633
break;
635634
}
636635
default:

0 commit comments

Comments
 (0)