Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Add Einsum for CPU, Wasm and Webgl #226

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Prev Previous commit
Add tests for einsum
Hoff97 committed Sep 8, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 2f04d18e6e3a88e13ba6a928d8ce8a403b332fb8
18 changes: 15 additions & 3 deletions test/test-suite-whitelist.jsonc
Original file line number Diff line number Diff line change
@@ -225,7 +225,11 @@
"test_xor_bcast4v4d",
"test_xor2d",
"test_xor3d",
"test_xor4d"
"test_xor4d",
"v12/test_einsum_batch_matmul",
"v12/test_einsum_inner_prod",
"v12/test_einsum_sum",
"v12/test_einsum_transpose"
],
"ops": [
"abs.jsonc",
@@ -486,7 +490,11 @@
"test_xor_bcast4v4d",
"test_xor2d",
"test_xor3d",
"test_xor4d"
"test_xor4d",
"v12/test_einsum_batch_matmul",
"v12/test_einsum_inner_prod",
"v12/test_einsum_sum",
"v12/test_einsum_transpose"
],
"ops": [
"abs.jsonc",
@@ -626,7 +634,11 @@
"test_globalmaxpool_precomputed",
"test_globalmaxpool",
"test_instancenorm_epsilon",
"test_instancenorm_example"
"test_instancenorm_example",
"v12/test_einsum_batch_matmul",
"v12/test_einsum_inner_prod",
"v12/test_einsum_sum",
"v12/test_einsum_transpose"
],
"ops": [
// Check in op tests that have native Wasm implementations