derekxu
derekxu
... they refer as second and third arguments, fixes #9
Summary: Add permute operator to vulkan_partitioner.py Following the guide: https://docs.google.com/document/d/1xy4RoJLasHcrPL_lmwzgD3B2QaJ8Y8YdoZVILU6NZjc/edit .cpp, glsl and yaml files of permute are implemented. 32 bit tests passed, 16bit tests skipped cpp: https://www.internalfb.com/code/fbsource/xplat/executorch/backends/vulkan/runtime/graph/ops/impl/Permute.cpp glsl: https://www.internalfb.com/code/fbsource/xplat/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.glsl...
Summary: Create a buck genrule for schema_generated.h - Genrule example: https://www.internalfb.com/code/fbsource/[6e2ed7840cb2]/fbcode/executorch/schema/targets.bzl?lines=20-41 This is needed to add dependency of qualcomm/schema_generated.h into the ET-QNN for Meta Wearable app Differential Revision: D60456032