From 00ec2e898995d5b76fb745fc3b4c66f642404ce5 Mon Sep 17 00:00:00 2001
From: Yaman Umuroglu <maltanar@gmail.com>
Date: Tue, 5 Nov 2019 00:21:04 +0000
Subject: [PATCH] [Test] add absorb_1bit_mul_into_matmul into streamline test

---
 tests/test_streamline.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test_streamline.py b/tests/test_streamline.py
index 7b74fddc0..e3d97a436 100644
--- a/tests/test_streamline.py
+++ b/tests/test_streamline.py
@@ -52,6 +52,7 @@ def test_streamline_lfc_w1a1():
         sl.absorb_add_into_multi_threshold,
         sl.factor_out_mul_sign_magnitude,
         sl.absorb_mul_into_multi_threshold,
+        sl.absorb_1bit_mul_into_matmul,
     ]
     trn_ind = 0
     for trn in transforms:
-- 
GitLab