Methodtest_gemv_4bit(self, device, dim, dtype, storage_type, double_quant, kind)
tests/test_functional.py:767
Methodtest_int8_linear_matmul(self, device, dim1, dim2, dim3, dim4, dims, ldb)
tests/test_functional.py:382
Methodtest_int8_linear_matmul_half(self, device, dim1, dim2, dim3, dim4, dims)
tests/test_functional.py:400
Functiontest_linear4bit_torch_compile(
device, quant_type, compute_dtype, compress_statistics, bias, fullgraph, mode, batch_size
)
tests/test_linear4bit.py:359
Functiontest_linear_serialization(
device,
has_fp16_weights,
threshold,
serialize_before_forward,
deserialize_before_cuda,
tests/test_linear8bitlt.py:77
Functiontest_linear_serialization(
device, quant_type, original_dtype, compress_statistics, bias, quant_storage, save_before_forward
)
tests/test_linear4bit.py:39
Functiontest_matmul_4bit(
device,
dim2,
dim3,
dim4,
dtype,
req_grad,
transpose_B,
has_bias,
compre
tests/test_autograd.py:143
Methodtest_matmul_4bit(self, MNK, dtype, blocksize, quant_type, compress_statistics, has_bias, device)
tests/test_functional.py:989
Functiontest_matmullt(
device, dim1, dim2, dim3, dim4, funcs, dtype, req_grad, transpose, decomp, has_fp16_weights, has_bias
)
tests/test_autograd.py:36