XNOR-popcount-GEMM-PyTorch-CPU-CUDA
XNOR-popcount-GEMM-PyTorch-CPU-CUDA copied to clipboard
A PyTorch implemenation of real XNOR-popcount (1-bit op) GEMM Linear PyTorch extension support both CPU and CUDA
Results
1
XNOR-popcount-GEMM-PyTorch-CPU-CUDA issues
Sort by
recently updated
recently updated
newest added
Hi, after i uncommented self.fc2 = bi.BinarizeLinear_inference(24,512) and run main.py I got this issue _AttributeError: 'BinarizeLinear_inference' object has no attribute 'quantized_weight'_ at out = xnor_linear(input, self.quantized_weight, self.bias) in binarized_modules.py I...