Enzyme producing binary with incorrect behavior
Open
- Dominant language
- C++
- Stars
- 6
- Forks
- 8
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 12
Description
running enzyme to compile an example such as the one [here](https://github.com/nmslib/hnswlib/blob/master/examples/cpp/example_search.cpp) will produce a binary that produces incorrect output.
Compiled the cpp using:
/llvm-project/build/bin/clang++ \
-fplugin=/Reactant/enzyme/buildDir/Enzyme/ClangEnzyme-22.so \
-mllvm -raising-plugin-path=/Enzyme-JaX/bazel-bin/libRaise.so \
-fno-exceptions \
-O1 \
"$@"
Any suggestions on why that may be?
Contributor guide
Assessment
This issue has not been assessed yet.