Open uweschmitt opened 7 years ago
There is a notebook in the folder that generates all cpp codes and the util.py
.
I'm happy to incorporate your Pull Requests into the codebase
Hi Joel, what is the reason for writing the c files in native_cpp_gen
notebook ? The code looks similar to the code created by hope
except some name differences....
There are heaps of boilerplate code so that it can be intergrated in the python benchmarks. The part that contain the relevant algorithm are ususally different because the were hand tweaked
On Aug 22, 2017 19:16, "cosmo-ethz" notifications@github.com wrote:
Hi Joel, what is the reason for writing the c files in native_cpp_gen notebook ? The code looks similar to the code created by hope except some name differences....
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jakeret/hope/issues/55#issuecomment-324093425, or mute the thread https://github.com/notifications/unsubscribe-auth/ALSFv6yyjvE2l15aqV66vT1Zv40PI5WXks5saw0IgaJpZM4O6Cet .
Hi Joel, did not find an email address of you so I write here, maybe we can follow up per email.
I'm working on the documentation and the benchmarks folder lacks a file
util.py
which is used within the notebooks. Any idea where to find it ?Best Uwe