Commit 43f2cc7
morelos
[ET-VK][ez] enabling fp64->fp32 converison for vulkan compatibility
# Context
We need this conversion so that certain operators can handle floating point values that need to be 64bit. This is predominantly applicable to choose_qparams.tensor where it expects a 64bit output.
# Changes
Simply adding an additional conversion for float64 to vulkan fp32.
Differential Revision: [D77746137](https://our.internmc.facebook.com/intern/diff/D77746137/)
[ghstack-poisoned]1 parent 734e1f8 commit 43f2cc7
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
82 | 86 | | |
83 | 87 | | |
84 | 88 | | |
| |||
0 commit comments