You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Parakeet] Add Vulkan backend documentation and fix CMake build
Summary:
Add Vulkan backend documentation to the Parakeet README covering export
commands, quantization options, build instructions, and runner examples.
Guard `quantized_ops_lib` and `custom_ops` link targets with
`if(TARGET ...)` in CMakeLists.txt. These targets don't exist in
Vulkan-only or XNNPACK-only builds, causing a hard CMake configure
error from `target_link_options()`. This matches the existing pattern
used for `optimized_native_cpu_ops_lib`.
Authored by Claude (Anthropic)
0 commit comments