std::vector.push_back()
causes segementation fault in Enzyme
#1910
Labels
std::vector.push_back()
causes segementation fault in Enzyme
#1910
When I have following code in my function I get enzyme segfault (see below):
Whereas the following workaround, which does not use
std::vector.push_back()
works fineAlso I see lot of activity on C++ sugar for enzyme. But the branch seem to be deleted. Is there someplace I can start? Any way I can help (documentation/ examples etc)?
stack trace of segfault:
The text was updated successfully, but these errors were encountered: