{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2602-01027","title":"SFMP: Fine-Grained, Hardware-Friendly and Search-Free Mixed-Precision Quantization for Large Language Models","arxiv_id":"2602.01027","date":"2026-02-01","proceeding":null,"authors":["Xin Nie","Haicheng Zhang","Liang Dong","Beining Feng","Jinhong Weng","Guiling Sun"],"abstract":"Mixed-precision quantization is a promising approach for compressing large language models under tight memory budgets. However, existing mixed-precision methods typically suffer from one of two limitations: they either rely on expensive discrete optimization to determine precision allocation, or introduce hardware inefficiencies due to irregular memory layouts. We propose SFMP, a search-free and hardware-friendly mixed-precision quantization framework for large language models. The framework is built upon four novel ideas: Fractional bit-width, which extends integer bit-width for weight matrix to fractional value and transforms discrete precision allocation as a continuous problem; 2)Block-wise mixed-precision, enabling fine-grained precision within weight matrices while remaining hardware-friendly; 3)Row-column weight reordering, which aggregates salient weights via row and column reordering, incurring only a small activation reordering overhead during inference; 4)Unified GEMM kernel, which supports mixed-precision GEMM at arbitrary average bit-width. Extensive experiments demonstrate that SFMP outperforms state-of-the-art layer-wise mixed-precision methods under the same memory constraints, while significantly reducing quantization cost and improving inference efficiency. Code is available at https://github.com/Nkniexin/SFMP","url_abs":"https://arxiv.org/abs/2602.01027","url_pdf":"https://arxiv.org/pdf/2602.01027","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2602.01027","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2602.01027"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/Nkniexin/SFMP","reach":null}],"summary":{"ran_draft_wrong":2,"unverified":10},"by_repo_kind":{"found_in_text":{"samples":12,"ran":2,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":12,"samples":[{"code_sha256_prefix":"b5445674ab17410f","entry":"extract_alpaca_dataset","repo":"Nkniexin/SFMP","repo_kind":"found_in_text","path":"EfficientQAT/datautils_e2e.py","file_url":"https://github.com/Nkniexin/SFMP/blob/HEAD/EfficientQAT/datautils_e2e.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b5445674ab17410f"}},{"code_sha256_prefix":"a9e7f2cdf016b88b","entry":"find_layers","repo":"Nkniexin/SFMP","repo_kind":"found_in_text","path":"GPTQ/modelutils.py","file_url":"https://github.com/Nkniexin/SFMP/blob/HEAD/GPTQ/modelutils.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a9e7f2cdf016b88b"}},{"code_sha256_prefix":"5316cfb21763e6f4","entry":"assign_importance_levels","repo":"Nkniexin/SFMP","repo_kind":"found_in_text","path":"AWQ/awq.py","file_url":"https://github.com/Nkniexin/SFMP/blob/HEAD/AWQ/awq.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"5316cfb21763e6f4"}},{"code_sha256_prefix":"be6adeb60e252a21","entry":"bit_alloc_block_wise","repo":"Nkniexin/SFMP","repo_kind":"found_in_text","path":"AWQ/awq.py","file_url":"https://github.com/Nkniexin/SFMP/blob/HEAD/AWQ/awq.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"be6adeb60e252a21"}},{"code_sha256_prefix":"a7c67560fd174205","entry":"block_replace","repo":"Nkniexin/SFMP","repo_kind":"found_in_text","path":"AWQ/skip_llama.py","file_url":"https://github.com/Nkniexin/SFMP/blob/HEAD/AWQ/skip_llama.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a7c67560fd174205"}},{"code_sha256_prefix":"87877d0c60858bff","entry":"create_logger","repo":"Nkniexin/SFMP","repo_kind":"found_in_text","path":"sfmp/utils.py","file_url":"https://github.com/Nkniexin/SFMP/blob/HEAD/sfmp/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"87877d0c60858bff"}},{"code_sha256_prefix":"5aaf7ec4c1c74b1d","entry":"direct_block","repo":"Nkniexin/SFMP","repo_kind":"found_in_text","path":"AWQ/awq.py","file_url":"https://github.com/Nkniexin/SFMP/blob/HEAD/AWQ/awq.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"5aaf7ec4c1c74b1d"}},{"code_sha256_prefix":"e8a53ceca8088e39","entry":"get_average_bit","repo":"Nkniexin/SFMP","repo_kind":"found_in_text","path":"sfmp/bitallocation.py","file_url":"https://github.com/Nkniexin/SFMP/blob/HEAD/sfmp/bitallocation.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e8a53ceca8088e39"}},{"code_sha256_prefix":"d88a9761f705c768","entry":"get_block_importance","repo":"Nkniexin/SFMP","repo_kind":"found_in_text","path":"sfmp/bitallocation.py","file_url":"https://github.com/Nkniexin/SFMP/blob/HEAD/sfmp/bitallocation.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d88a9761f705c768"}},{"code_sha256_prefix":"e39a65a9a0dc2400","entry":"get_named_linears","repo":"Nkniexin/SFMP","repo_kind":"found_in_text","path":"sfmp/utils.py","file_url":"https://github.com/Nkniexin/SFMP/blob/HEAD/sfmp/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e39a65a9a0dc2400"}},{"code_sha256_prefix":"3d8e69bac57acb96","entry":"pack_bits_to_int32","repo":"Nkniexin/SFMP","repo_kind":"found_in_text","path":"sfmp/BCQLinear.py","file_url":"https://github.com/Nkniexin/SFMP/blob/HEAD/sfmp/BCQLinear.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3d8e69bac57acb96"}},{"code_sha256_prefix":"92b6798bd92fcc02","entry":"pack_int4","repo":"Nkniexin/SFMP","repo_kind":"found_in_text","path":"sfmp/utils.py","file_url":"https://github.com/Nkniexin/SFMP/blob/HEAD/sfmp/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"92b6798bd92fcc02"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}