EnzymeAD / EnzymeAD/Reactant

Enzyme producing binary with incorrect behavior

Open
#38 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.