Commit 9bbbc43
morelos
Update on "[ET-VK] lowering ExecuTorch tensor dtype for Vulkan tensor dtype to enable 64bit"
# Context
We are aligning with other delegate in how they handle 64bit output dtypes. In this case, we only previously had support for integers, but this is also adding support for doubles. We convert the values in place so that we can be more performant.
# Changes
Add a conversion from 64bit output to 32bit output so that its compatible with vulkan.
Differential Revision: [D77746134](https://our.internmc.facebook.com/intern/diff/D77746134/)
cc SS-JIA manuelcandales cbilgin
[ghstack-poisoned]1 parent 567b9ba commit 9bbbc43
1 file changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
616 | 616 | | |
617 | 617 | | |
618 | 618 | | |
619 | | - | |
| 619 | + | |
| 620 | + | |
620 | 621 | | |
621 | 622 | | |
622 | 623 | | |
623 | 624 | | |
624 | | - | |
| 625 | + | |
| 626 | + | |
625 | 627 | | |
626 | 628 | | |
627 | 629 | | |
628 | 630 | | |
629 | 631 | | |
630 | 632 | | |
631 | | - | |
| 633 | + | |
| 634 | + | |
632 | 635 | | |
633 | 636 | | |
634 | | - | |
| 637 | + | |
| 638 | + | |
635 | 639 | | |
636 | 640 | | |
637 | 641 | | |
| |||
0 commit comments