Closed SS-JIA closed 3 days ago
Note: Links to docs will display an error until the docs builds have been completed.
There are 2 currently active SEVs. If your PR is affected, please view them below:
As of commit c5fb97977d16cc902dc71240a1d84e7b51359b44 with merge base ee74d0613079efd094a6b2bd9d632f6b8d3556a5 (): :green_heart: Looks good so far! There are no failures yet. :green_heart:
This comment was automatically generated by Dr. CI and updates every 15 minutes.
This pull request was exported from Phabricator. Differential Revision: D66118505
Summary:
Context
Some devices were hanging when trying to run Vulkan due to a bug in https://github.com/pytorch/executorch/pull/6910.
The issue is that
extension_features
was being initialized with&shader_float16_int8_types
beforeshader_float16_int8_types
was initialized.Changes
This diff fixes the bug and changes extension_features to set to an appropriate value based on which extensions are available according to the vulkan headers being used.
Differential Revision: D66118505