update todo

pull/193/head
Vladimir Mandic 2021-08-14 18:02:39 -04:00
parent 8b574b4046
commit 5022c416be
1 changed files with 11 additions and 0 deletions

11
TODO.md
View File

@ -68,3 +68,14 @@ Object detection using CenterNet or NanoDet models is not working when using WAS
- Backend WASM missing kernel op `SparseToDense` - Backend WASM missing kernel op `SparseToDense`
<https://github.com/tensorflow/tfjs/issues/4824> <https://github.com/tensorflow/tfjs/issues/4824>
*Target: `Human` v2.2 with `TFJS` v3.9* *Target: `Human` v2.2 with `TFJS` v3.9*
### WebGPU
Experimental support only
- Backend WebGPU missing kernel ops
<https://github.com/tensorflow/tfjs/issues/5496>
- Backend WebGPU incompatible with web workers
<https://github.com/tensorflow/tfjs/issues/5467>
- Backend WebGPU incompatible with sync read calls
<https://github.com/tensorflow/tfjs/issues/5468>