webmachinelearning / webnn

🧠 Web Neural Network API
https://www.w3.org/TR/webnn/
Other
335 stars 42 forks source link

Float16Array has landed in Web IDL - remove workarounds #640

Closed inexorabletash closed 1 month ago

inexorabletash commented 1 month ago

As of https://github.com/whatwg/webidl/issues/1310 Web IDL has Float16Array listed alongside the other typed array types. For WebNN we can now just defer to Web IDL for the link now.


Preview | Diff

inexorabletash commented 1 month ago

Delete-only PR, yay! ✂️✂️✂️

inexorabletash commented 1 month ago

Weird... seems live to me?

image

fdwr commented 1 month ago

It seems https://webidl.spec.whatwg.org/#idl-Float16Array is not live.

🤔 I'm seeing it?

huningxin commented 1 month ago

It seems https://webidl.spec.whatwg.org/#idl-Float16Array is not live. Should we wait for it before mering this PR?

I am seeing it now.