| Summary: | [WGSL] dot4U8Packed, dot4I8Packed do not appear to be implemented | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mike Wyrzykowski <mwyrzykowski> |
| Component: | WebGPU | Assignee: | Tadeu Zagallo <tzagallo> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Mike Wyrzykowski
2023-11-25 19:41:36 PST
No dot products for integer vector types in metal, so it would be something like:
return v1[0] * v2[0] + v1[1] * v2[1] + v1[2] * v2[2] + v1[3] * v2[3];
Pull request: https://github.com/WebKit/WebKit/pull/22508 Committed 272814@main (2d83031a0ec4): <https://commits.webkit.org/272814@main> Reviewed commits have been landed. Closing PR #22508 and removing active labels. |