cspn iteration Segmentation fault (core dumped)
LINA-lln opened this issue · 1 comments
LINA-lln commented
If I use cspn.py in my code directly, my python code will have an error
Segmentation fault (core dumped)
if I change the fllowing code range(16) to range(1), it will run with no error
for i in range(2):
# one propagation
spn_kernel = 3
elewise_max_gate1 = self.eight_way_propagation(gate1_w1_cmb, result_depth, spn_kernel)
elewise_max_gate2 = self.eight_way_propagation(gate2_w1_cmb, result_depth, spn_kernel)
elewise_max_gate3 = self.eight_way_propagation(gate3_w1_cmb, result_depth, spn_kernel)
elewise_max_gate4 = self.eight_way_propagation(gate4_w1_cmb, result_depth, spn_kernel)
elewise_max_gate5 = self.eight_way_propagation(gate5_w1_cmb, result_depth, spn_kernel)
elewise_max_gate6 = self.eight_way_propagation(gate6_w1_cmb, result_depth, spn_kernel)
elewise_max_gate7 = self.eight_way_propagation(gate7_w1_cmb, result_depth, spn_kernel)
elewise_max_gate8 = self.eight_way_propagation(gate8_w1_cmb, result_depth, spn_kernel)
What happened to this code?
Hope your reply, thank you
XinJCheng commented
we have updated it, thanks for your attention.