intel / he-transformer

nGraph-HE: Deep learning with Homomorphic Encryption (HE) through Intel nGraph
Apache License 2.0
172 stars 35 forks source link

Segment fault of gc in relu uint-test #69

Open wercsrsr opened 3 years ago

wercsrsr commented 3 years ago

92d831d22c227942dd7d572373556d3

When running C++ unit-tests, the program works fine if we use the contents of box 2 (i.e., no gc) for ReLU operations. However, if we use the contents of box 1 (i.e., gc exists), the program has a segment fault.

What should I do?