sgl-project--sglang
94057c3d3e
PR Test (NPU) / check-changes (push) Has been cancelled
PR Test (NPU) / pr-gate (push) Has been cancelled
PR Test (NPU) / set-image-config (push) Has been cancelled
PR Test (NPU) / stage-b-test-1-npu-a2 (0) (push) Has been cancelled
PR Test (NPU) / stage-b-test-1-npu-a2 (1) (push) Has been cancelled
PR Test (NPU) / stage-b-test-2-npu-a2 (0) (push) Has been cancelled
PR Test (NPU) / stage-b-test-2-npu-a2 (1) (push) Has been cancelled
PR Test (NPU) / stage-b-test-4-npu-a3 (push) Has been cancelled
PR Test (NPU) / stage-b-test-16-npu-a3 (push) Has been cancelled
PR Test (NPU) / multimodal-gen-test-1-npu-a3 (push) Has been cancelled
PR Test (NPU) / multimodal-gen-test-2-npu-a3 (push) Has been cancelled
PR Test (Arm64) / pr-gate (push) Has been cancelled
PR Test (Arm64) / check-changes (push) Has been cancelled
PR Test (Arm64) / build-test (push) Has been cancelled
PR Test (sgl-router) / gate (push) Has been cancelled
PR Test (sgl-router) / tier-1 — lint (push) Has been cancelled
PR Test (sgl-router) / tier-2 — build + test (push) Has been cancelled
PR Test (sgl-router) / tier-3 — docker (placeholder) (push) Has been cancelled
PR Test (sgl-router) / tier-3 — k8s integration (push) Has been cancelled
PR Test (sgl-router) / tier-3 — e2e (push) Has been cancelled
PR Test (sgl-router) / finish (push) Has been cancelled
PR Test (NPU) / single-node-poc (map[name:qwen3_6_27b_w8a8_1p_in64k_out1k_50ms runner:linux-aarch64-a3-2 test_case:test/registered/ascend/performance/qwen3_6_27b/test_npu_qwen3_6_27b_w8a8_1p_in64k_out1k_50ms.py test_type:perf]) (push) Has been cancelled
PR Test (NPU) / pr-test-npu-finish (push) Has been cancelled
PR Test (Xeon) / pr-gate (push) Has been cancelled
PR Test (Xeon) / check-changes (push) Has been cancelled
PR Test (Xeon) / build-test (, xeon-gnr, base-b-test-cpu) (push) Has been cancelled
PR Test (XPU) / check-changes (push) Has been cancelled
PR Test (XPU) / pr-gate (push) Has been cancelled
PR Test (XPU) / stage-a-test-1-gpu-xpu (push) Has been cancelled
PR Test (XPU) / wait-for-stage-a (push) Has been cancelled
PR Test (XPU) / stage-b-test-1-gpu-xpu (push) Has been cancelled
PR Test (XPU) / finish (push) Has been cancelled
CI Model Inventory / build-inventory (push) Has been cancelled
Lint / lint (push) Has been cancelled
PR Benchmark (SMG Components) / Benchmark Compilation Check (push) Has been cancelled
PR Benchmark (SMG Components) / Benchmark - Manual Policy (push) Has been cancelled
PR Benchmark (SMG Components) / Benchmark - Request Processing (push) Has been cancelled
PR Benchmark (SMG Components) / Benchmark Summary (push) Has been cancelled
PR Test (SMG) / build-wheel (push) Has been cancelled
Release SGLang Model Gateway to PyPI / build on windows (x86_64 - auto) (push) Has been cancelled
Release SGLang Model Gateway to PyPI / build on macos (x86_64 - auto) (push) Has been cancelled
PR Test (SMG) / python-unit-tests (push) Has been cancelled
PR Test (SMG) / unit-tests (push) Has been cancelled
PR Test (SMG) / benchmarks (push) Has been cancelled
PR Test (SMG) / chat-completions (push) Has been cancelled
PR Test (SMG) / chat-completions-4gpu (push) Has been cancelled
PR Test (SMG) / e2e (push) Has been cancelled
PR Test (SMG) / docker-build-test (push) Has been cancelled
PR Test (SMG) / k8s-integration (push) Has been cancelled
PR Test (SMG) / finish (push) Has been cancelled
PR Test (SMG) / summarize-benchmarks (push) Has been cancelled
Release SGLang Model Gateway Docker Image / publish (push) Has been cancelled
Release SGLang Model Gateway to PyPI / build on macos (aarch64 - auto) (push) Has been cancelled
Release SGLang Model Gateway to PyPI / build on linux (aarch64 - auto) (push) Has been cancelled
Release SGLang Model Gateway to PyPI / build on linux (x86_64 - auto) (push) Has been cancelled
Release SGLang Model Gateway to PyPI / build on linux (aarch64 - musllinux_1_1) (push) Has been cancelled
Release SGLang Model Gateway to PyPI / build on linux (x86_64 - musllinux_1_1) (push) Has been cancelled
Release SGLang Model Gateway to PyPI / Build SDist (push) Has been cancelled
Release SGLang Model Gateway to PyPI / Upload to PyPI (push) Has been cancelled
Release SGLang Kernels / build-cu129-matrix (aarch64, 12.9, 3.10, arm-kernel-build-node) (push) Has been cancelled
Release SGLang Kernels / build-cu129-matrix (x86_64, 12.9, 3.10, x64-kernel-build-node) (push) Has been cancelled
Release SGLang Kernels / release-cu129 (push) Has been cancelled
Release SGLang Kernels / build-cu130-matrix (aarch64, 13.0, 3.10, arm-kernel-build-node) (push) Has been cancelled
Release SGLang Kernels / build-cu130-matrix (x86_64, 13.0, 3.10, x64-kernel-build-node) (push) Has been cancelled
Release SGLang Kernels / release-cu130 (push) Has been cancelled
Release SGLang Kernels / build-rocm-matrix (3.10, 700) (push) Has been cancelled
Release SGLang Kernels / build-rocm-matrix (3.10, 720) (push) Has been cancelled
Release SGLang Kernels / release-rocm700 (push) Has been cancelled
Release SGLang Kernels / release-rocm720 (push) Has been cancelled
Release SGLang Kernels / build-musa43 (43, 3.10) (push) Has been cancelled
Release SGLang Kernels / release-musa43 (push) Has been cancelled
441 行
14 KiB
Python
441 行
14 KiB
Python
import math
|
|
import unittest
|
|
|
|
# TODO: use interface in cpu.py
|
|
import torch
|
|
|
|
from sglang.srt.layers.amx_utils import CPUQuantMethod
|
|
|
|
kernel = torch.ops.sgl_kernel
|
|
|
|
torch.manual_seed(1183)
|
|
|
|
from utils import (
|
|
BLOCK_K,
|
|
BLOCK_N,
|
|
MXFP4QuantizeUtil,
|
|
factor_for_scale,
|
|
fp8_max,
|
|
fp8_min,
|
|
native_fp8_fused_moe,
|
|
parametrize,
|
|
precision,
|
|
scaled_weight,
|
|
torch_naive_fused_moe,
|
|
torch_naive_fused_moe_gptoss,
|
|
torch_w8a8_per_column_fused_moe,
|
|
unpack_and_dequant_awq,
|
|
)
|
|
|
|
from sglang.test.ci.ci_register import register_cpu_ci
|
|
from sglang.test.test_utils import CustomTestCase
|
|
|
|
register_cpu_ci(est_time=10, suite="base-b-test-cpu")
|
|
|
|
|
|
def fused_moe(a, w1, w2, score, topk, renormalize, prepack):
|
|
|
|
G = 1
|
|
topk_group = 1
|
|
|
|
B, D = a.shape
|
|
topk_weights = torch.empty(B, topk, dtype=torch.float32)
|
|
topk_ids = torch.empty(B, topk, dtype=torch.int32)
|
|
topk_weights, topk_ids = kernel.grouped_topk_cpu(
|
|
a, score, topk, renormalize, G, topk_group, 0, None, None
|
|
)
|
|
|
|
packed_w1 = kernel.convert_weight_packed(w1) if prepack else w1
|
|
packed_w2 = kernel.convert_weight_packed(w2) if prepack else w2
|
|
|
|
inplace = True
|
|
return kernel.fused_experts_cpu(
|
|
a,
|
|
packed_w1,
|
|
packed_w2,
|
|
topk_weights,
|
|
topk_ids,
|
|
inplace,
|
|
CPUQuantMethod.UNQUANT,
|
|
None,
|
|
None,
|
|
None,
|
|
None,
|
|
None,
|
|
None,
|
|
None,
|
|
None,
|
|
None,
|
|
prepack,
|
|
)
|
|
|
|
|
|
class TestFusedExperts(CustomTestCase):
|
|
|
|
@parametrize(m=[2, 114], n=[32], k=[32], e=[4], topk=[2], renormalize=[False, True])
|
|
def test_bf16_moe(self, m, n, k, e, topk, renormalize):
|
|
dtype = torch.bfloat16
|
|
prepack = True
|
|
|
|
a = torch.randn((m, k), device="cpu", dtype=dtype) / 10
|
|
w1 = torch.randn((e, 2 * n, k), device="cpu", dtype=dtype) / 10
|
|
w2 = torch.randn((e, k, n), device="cpu", dtype=dtype) / 10
|
|
score = torch.randn((m, e), device="cpu", dtype=dtype)
|
|
|
|
torch_output = torch_naive_fused_moe(a, w1, w2, score, topk, renormalize)
|
|
fused_output = fused_moe(a, w1, w2, score, topk, renormalize, prepack)
|
|
|
|
atol = rtol = precision[torch_output.dtype]
|
|
torch.testing.assert_close(torch_output, fused_output, atol=atol, rtol=rtol)
|
|
|
|
@parametrize(
|
|
m=[1, 32], n=[128, 64], k=[128, 64], e=[4], topk=[2], renormalize=[False]
|
|
)
|
|
def test_bf16_moe_bias(self, m, n, k, e, topk, renormalize):
|
|
dtype = torch.bfloat16
|
|
|
|
a = torch.randn((m, k), device="cpu", dtype=dtype) / 10
|
|
w1 = torch.randn((e, 2 * n, k), device="cpu", dtype=dtype) / 10
|
|
w1_b = torch.randn((e, 2 * n), device="cpu", dtype=torch.float) / 10
|
|
w2 = torch.randn((e, k, n), device="cpu", dtype=dtype) / 10
|
|
w2_b = torch.randn((e, k), device="cpu", dtype=torch.float) / 10
|
|
score = torch.randn((m, e), device="cpu", dtype=dtype)
|
|
score = torch.softmax(score, dim=-1, dtype=torch.float32)
|
|
topk_weight, topk_ids = torch.topk(score, topk)
|
|
alpha = 1.702
|
|
limit = 7.0
|
|
torch_output = torch_naive_fused_moe_gptoss(
|
|
a, w1, w2, w1_b, w2_b, topk_weight, topk_ids, renormalize, alpha, limit, e
|
|
)
|
|
packed_w1 = kernel.convert_weight_packed(w1)
|
|
packed_w2 = kernel.convert_weight_packed(w2)
|
|
fused_output = torch.ops.sgl_kernel.fused_experts_cpu(
|
|
a,
|
|
packed_w1,
|
|
packed_w2,
|
|
topk_weight,
|
|
topk_ids.to(torch.int),
|
|
False, # inplace # See [Note] inplace should be False in fused_experts.
|
|
CPUQuantMethod.UNQUANT,
|
|
None, # w1_scale
|
|
None, # w2_scale
|
|
None, # w1_zp
|
|
None, # w2_zp
|
|
None, # block_size
|
|
w1_b,
|
|
w2_b,
|
|
alpha,
|
|
limit,
|
|
True, # is_vnni
|
|
)
|
|
atol = rtol = precision[torch_output.dtype]
|
|
torch.testing.assert_close(torch_output, fused_output, atol=atol, rtol=rtol)
|
|
|
|
@parametrize(M=[1, 39], N=[128], K=[256], E=[8], topk=[3])
|
|
def test_int8_moe(self, M, N, K, E, topk):
|
|
dtype = torch.bfloat16
|
|
prepack = True
|
|
|
|
# Initialize int8 quantization parameters
|
|
int8_factor_for_scale = 1e-2
|
|
int8_max = 127
|
|
int8_min = -128
|
|
|
|
# Input tensor
|
|
# M * K
|
|
a = torch.randn((M, K), dtype=dtype) / math.sqrt(K)
|
|
|
|
# Generate int8 weights
|
|
w1_fp32 = (torch.rand((E, 2 * N, K), dtype=torch.float32) - 0.5) * 2
|
|
w1 = (w1_fp32 * int8_max).clamp(min=int8_min, max=int8_max).to(torch.int8)
|
|
|
|
w2_fp32 = (torch.rand((E, K, N), dtype=torch.float32) - 0.5) * 2
|
|
w2 = (w2_fp32 * int8_max).clamp(min=int8_min, max=int8_max).to(torch.int8)
|
|
|
|
# Generate scale for each column (per-column quantization)
|
|
w1_s = torch.rand(E, 2 * N, device=w1_fp32.device) * int8_factor_for_scale
|
|
w2_s = torch.rand(E, K, device=w2_fp32.device) * int8_factor_for_scale
|
|
|
|
# Calculate routing
|
|
score = torch.randn((M, E), dtype=dtype)
|
|
score = torch.softmax(score, dim=-1, dtype=torch.float32)
|
|
topk_weight, topk_ids = torch.topk(score, topk)
|
|
|
|
ref_out = torch_w8a8_per_column_fused_moe(
|
|
a, w1, w2, w1_s, w2_s, topk_weight, topk_ids, topk
|
|
)
|
|
|
|
inplace = True
|
|
packed_w1 = kernel.convert_weight_packed(w1) if prepack else w1
|
|
packed_w2 = kernel.convert_weight_packed(w2) if prepack else w2
|
|
out = kernel.fused_experts_cpu(
|
|
a,
|
|
packed_w1,
|
|
packed_w2,
|
|
topk_weight,
|
|
topk_ids.to(torch.int32),
|
|
inplace,
|
|
CPUQuantMethod.INT8_W8A8,
|
|
w1_s,
|
|
w2_s,
|
|
None,
|
|
None,
|
|
None,
|
|
None,
|
|
None,
|
|
None,
|
|
None,
|
|
prepack,
|
|
)
|
|
|
|
atol = rtol = precision[ref_out.dtype]
|
|
# Increase the tolerance for large input shapes
|
|
if M > 35:
|
|
atol = rtol = 0.02
|
|
torch.testing.assert_close(ref_out, out, atol=atol, rtol=rtol)
|
|
|
|
@parametrize(M=[2, 121], N=[352, 512], K=[256, 320], E=[8], topk=[4])
|
|
def test_fp8_moe(self, M, N, K, E, topk):
|
|
dtype = torch.bfloat16
|
|
|
|
a = torch.randn(M, K, dtype=dtype) / math.sqrt(K)
|
|
|
|
w1_fp32 = torch.randn(E, 2 * N, K)
|
|
w1 = (w1_fp32 * fp8_max).clamp(min=fp8_min, max=fp8_max).to(torch.float8_e4m3fn)
|
|
|
|
w2_fp32 = torch.randn(E, K, N)
|
|
w2 = (w2_fp32 * fp8_max).clamp(min=fp8_min, max=fp8_max).to(torch.float8_e4m3fn)
|
|
|
|
w1s = (
|
|
torch.randn(E, math.ceil(2 * N / BLOCK_N), math.ceil(K / BLOCK_K))
|
|
* factor_for_scale
|
|
)
|
|
w2s = (
|
|
torch.randn(E, math.ceil(K / BLOCK_N), math.ceil(N / BLOCK_K))
|
|
* factor_for_scale
|
|
)
|
|
|
|
w1_scaled = scaled_weight(w1, w1s)
|
|
w2_scaled = scaled_weight(w2, w2s)
|
|
|
|
score = torch.randn((M, E), dtype=dtype)
|
|
score = torch.softmax(score, dim=-1, dtype=torch.float32)
|
|
topk_weight, topk_ids = torch.topk(score, topk)
|
|
|
|
w1 = kernel.convert_weight_packed(w1)
|
|
w2 = kernel.convert_weight_packed(w2)
|
|
|
|
ref_out = native_fp8_fused_moe(
|
|
a, w1_scaled, w2_scaled, topk_weight, topk_ids, topk
|
|
)
|
|
out = kernel.fused_experts_cpu(
|
|
a,
|
|
w1,
|
|
w2,
|
|
topk_weight,
|
|
topk_ids.to(torch.int32),
|
|
False,
|
|
CPUQuantMethod.FP8_W8A16,
|
|
w1s,
|
|
w2s,
|
|
None,
|
|
None,
|
|
[BLOCK_N, BLOCK_K],
|
|
None,
|
|
None,
|
|
None,
|
|
None,
|
|
True,
|
|
)
|
|
|
|
atol = rtol = precision[dtype]
|
|
torch.testing.assert_close(ref_out.bfloat16(), out, atol=atol, rtol=rtol)
|
|
|
|
@parametrize(M=[2, 121], N=[352, 512], K=[256, 320], E=[8], topk=[4])
|
|
def test_mxfp4_moe(self, M, N, K, E, topk):
|
|
dtype = torch.bfloat16
|
|
|
|
a = torch.randn(M, K, dtype=dtype) / 10
|
|
|
|
w1_bf16 = torch.randn((E, 2 * N, K), dtype=dtype) / 10
|
|
w1q, w1s = MXFP4QuantizeUtil.quantize(w1_bf16)
|
|
w1s = w1s.reshape(E, 2 * N, K // 32)
|
|
w1dq = MXFP4QuantizeUtil.dequantize(w1q, dtype, w1s)
|
|
|
|
w2_bf16 = torch.randn((E, K, N), dtype=dtype) / 10
|
|
w2q, w2s = MXFP4QuantizeUtil.quantize(w2_bf16)
|
|
w2s = w2s.reshape(E, K, N // 32)
|
|
w2dq = MXFP4QuantizeUtil.dequantize(w2q, dtype, w2s)
|
|
|
|
score = torch.randn((M, E), dtype=dtype)
|
|
score = torch.softmax(score, dim=-1, dtype=torch.float32)
|
|
topk_weight, topk_ids = torch.topk(score, topk)
|
|
|
|
w1 = kernel.convert_weight_packed(w1q)
|
|
w2 = kernel.convert_weight_packed(w2q)
|
|
w1s = kernel.convert_scale_packed(w1s)
|
|
w2s = kernel.convert_scale_packed(w2s)
|
|
|
|
ref_out = native_fp8_fused_moe(
|
|
a, w1dq.float(), w2dq.float(), topk_weight, topk_ids, topk
|
|
)
|
|
out = kernel.fused_experts_cpu(
|
|
a,
|
|
w1,
|
|
w2,
|
|
topk_weight,
|
|
topk_ids.to(torch.int32),
|
|
False,
|
|
CPUQuantMethod.MXFP4,
|
|
w1s,
|
|
w2s,
|
|
None,
|
|
None,
|
|
None,
|
|
None,
|
|
None,
|
|
None,
|
|
None,
|
|
True,
|
|
)
|
|
|
|
atol = rtol = precision[dtype]
|
|
torch.testing.assert_close(ref_out.bfloat16(), out, atol=atol, rtol=rtol)
|
|
|
|
@parametrize(
|
|
m=[1, 32], n=[128, 64], k=[128, 64], e=[4], topk=[2], renormalize=[False]
|
|
)
|
|
def test_mxfp4_moe_bias(self, m, n, k, e, topk, renormalize):
|
|
dtype = torch.bfloat16
|
|
|
|
a = torch.randn((m, k), device="cpu", dtype=dtype) / 10
|
|
w1_bf16 = torch.randn((e, 2 * n, k), device="cpu", dtype=dtype) / 10
|
|
w1q, w1s = MXFP4QuantizeUtil.quantize(w1_bf16)
|
|
w1s = w1s.reshape(e, 2 * n, k // 32)
|
|
w1dq = MXFP4QuantizeUtil.dequantize(w1q, dtype, w1s)
|
|
w1_b = torch.randn((e, 2 * n), device="cpu", dtype=torch.float32) / 10
|
|
w2_bf16 = torch.randn((e, k, n), device="cpu", dtype=dtype) / 10
|
|
w2q, w2s = MXFP4QuantizeUtil.quantize(w2_bf16)
|
|
w2s = w2s.reshape(e, k, n // 32)
|
|
w2dq = MXFP4QuantizeUtil.dequantize(w2q, dtype, w2s)
|
|
w2_b = torch.randn((e, k), device="cpu", dtype=torch.float32) / 10
|
|
score = torch.randn((m, e), device="cpu", dtype=dtype)
|
|
score = torch.softmax(score, dim=-1, dtype=torch.float32)
|
|
topk_weight, topk_ids = torch.topk(score, topk)
|
|
alpha = 1.702
|
|
limit = 7.0
|
|
torch_output = torch_naive_fused_moe_gptoss(
|
|
a,
|
|
w1dq,
|
|
w2dq,
|
|
w1_b,
|
|
w2_b,
|
|
topk_weight,
|
|
topk_ids,
|
|
renormalize,
|
|
alpha,
|
|
limit,
|
|
e,
|
|
)
|
|
|
|
w1 = kernel.convert_weight_packed(w1q)
|
|
w2 = kernel.convert_weight_packed(w2q)
|
|
w1s = kernel.convert_scale_packed(w1s)
|
|
w2s = kernel.convert_scale_packed(w2s)
|
|
|
|
fused_output = torch.ops.sgl_kernel.fused_experts_cpu(
|
|
a,
|
|
w1,
|
|
w2,
|
|
topk_weight,
|
|
topk_ids.to(torch.int32),
|
|
False, # inplace # See [Note] inplace should be False in fused_experts.
|
|
CPUQuantMethod.MXFP4, # use_mxfp4
|
|
w1s, # w1_scale
|
|
w2s, # w2_scale
|
|
None, # w1_zp
|
|
None, # w2_zp
|
|
None, # block_size
|
|
w1_b,
|
|
w2_b,
|
|
alpha,
|
|
limit,
|
|
True, # is_vnni
|
|
)
|
|
atol = rtol = precision[torch_output.dtype]
|
|
torch.testing.assert_close(torch_output, fused_output, atol=atol, rtol=rtol)
|
|
|
|
@parametrize(M=[1, 6], N=[512], K=[256], E=[8], topk=[4])
|
|
def test_int4_moe(self, M, N, K, E, topk, group_size=128):
|
|
dtype = torch.bfloat16
|
|
|
|
a = torch.rand(M, K, dtype=dtype) / math.sqrt(K)
|
|
|
|
awq_w13_weight = torch.randint(-127, 128, (E, K, 2 * N // 8)).to(torch.int)
|
|
awq_w13_zero = torch.randint(0, 10, (E, K // group_size, 2 * N // 8)).to(
|
|
torch.int
|
|
)
|
|
awq_w13_scales = torch.rand(E, int(K // group_size), 2 * N).to(torch.bfloat16)
|
|
|
|
awq_w2_weight = torch.randint(-127, 128, (E, N, K // 8)).to(torch.int)
|
|
awq_w2_zero = torch.randint(0, 10, (E, N // group_size, K // 8)).to(torch.int)
|
|
awq_w2_scales = torch.rand(E, int(N // group_size), K).to(torch.bfloat16)
|
|
bf16_w13_weight = []
|
|
bf16_w2_weight = []
|
|
for i in range(E):
|
|
bf16_w13_weight_i, _ = unpack_and_dequant_awq(
|
|
awq_w13_weight[i], awq_w13_zero[i], awq_w13_scales[i], 4, 128
|
|
)
|
|
bf16_w2_weight_i, _ = unpack_and_dequant_awq(
|
|
awq_w2_weight[i], awq_w2_zero[i], awq_w2_scales[i], 4, 128
|
|
)
|
|
bf16_w13_weight.append(bf16_w13_weight_i)
|
|
bf16_w2_weight.append(bf16_w2_weight_i)
|
|
bf16_w13_weight = torch.stack(bf16_w13_weight).detach()
|
|
bf16_w2_weight = torch.stack(bf16_w2_weight).detach()
|
|
|
|
score = torch.rand((M, E), dtype=dtype)
|
|
|
|
ref_out = torch_naive_fused_moe(
|
|
a, bf16_w13_weight, bf16_w2_weight, score, topk, False
|
|
)
|
|
score = torch.softmax(score, dim=-1, dtype=torch.float32)
|
|
topk_weight, topk_ids = torch.topk(score, topk)
|
|
awq_w13_weight_pack, awq_w13_zero_pack, awq_w13_scales_pack = (
|
|
torch.ops.sgl_kernel.convert_weight_packed_scale_zp(
|
|
awq_w13_weight, awq_w13_zero, awq_w13_scales, 0
|
|
)
|
|
)
|
|
awq_w2_weight_pack, awq_w2_zero_pack, awq_w2_scales_pack = (
|
|
torch.ops.sgl_kernel.convert_weight_packed_scale_zp(
|
|
awq_w2_weight, awq_w2_zero, awq_w2_scales, 0
|
|
)
|
|
)
|
|
|
|
out = kernel.fused_experts_cpu(
|
|
a,
|
|
awq_w13_weight_pack,
|
|
awq_w2_weight_pack,
|
|
topk_weight,
|
|
topk_ids.to(torch.int32),
|
|
False,
|
|
CPUQuantMethod.INT4_W4A8,
|
|
awq_w13_scales_pack,
|
|
awq_w2_scales_pack,
|
|
awq_w13_zero_pack,
|
|
awq_w2_zero_pack,
|
|
None,
|
|
None,
|
|
None,
|
|
None,
|
|
None,
|
|
True,
|
|
)
|
|
|
|
atol = rtol = precision[dtype]
|
|
torch.testing.assert_close(ref_out.bfloat16(), out, atol=atol, rtol=rtol)
|
|
|
|
|
|
if __name__ == "__main__":
|
|
unittest.main()
|