he-transformer
he-transformer copied to clipboard
Segment fault of gc in relu uint-test
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?