commit | 7f3cb94be0b3a948ea54338c54a0227fce6378ad | [log] [tgz] |
---|---|---|
author | Peter McNeeley <petermcneeley@google.com> | Wed Jun 11 13:12:22 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 11 13:12:22 2025 -0700 |
tree | f21d2e32eaace0bedbabcb0b7bedf9be2ce88e3b | |
parent | f9b02af994feb9bc76919b51bf8bcb9a1e12385f [diff] |
[tint] ftoi change to reflect spec (ir only) CTS failures are exactly as expected. We see returned: 2147483520 (0x7fffff80) expected: 2147483647 (0x7fffffff) And for unsigned returned: 4294967040 (0xffffff00) expected: 4294967295 (0xffffffff) See David's comment for these exact values https://github.com/gpuweb/gpuweb/issues/5043#issuecomment-2666875304 Bug: 397473068 Change-Id: I770e1f062ad0f952f210a4b6af0d5d5f6d598fbf Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/246114 Commit-Queue: Peter McNeeley <petermcneeley@google.com> Reviewed-by: James Price <jrprice@google.com>
Dawn is an open-source and cross-platform implementation of the WebGPU standard. More precisely it implements webgpu.h
that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h
version that Dawn implements.webgpu.h
.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with the webgpu.h docs)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.