fix: fix import of ttx npu impl for quantgemm#381
Conversation
There was a problem hiding this comment.
Code Review
This pull request exposes int8_gemm_dequant_impl and prepare_b_impl in the NPU kernels initialization file and renames prepare_b to prepare_b_impl in int8_gemm.py. The reviewer noted that renaming prepare_b is a breaking change and pointed out an outdated docstring reference that still uses the old function name.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Claude Code ReviewVerdict: Comment -- Renaming exports look fine but there is a trailing-whitespace/style nit and a potential API-break to double-check. SummaryExposes Must fixNone. SuggestionsSuggestions (1)
NitsNits (1)
Notes[CHECK] Confirm no callers (tests, higher-level dispatch, other backends) still reference the previous |
No description provided.