The PALISADE-CPU backend is a Reference backend engine for HEBench which is a shared library that implements the required functions specified in either the hebench::APIBridge or hebench::cpp wrapper. It is intended only as a reference on how to implement a PALISADE backend for HEBench and it is not fully optimized for performance.
Apache License 2.0
6
stars
2
forks
source link
Backend Can No Longer Configure With HEXL (Optional) #32
Describe the bug
Can no longer configure/build with Intel HEXL enabled.
To Reproduce
Steps to reproduce the behavior:
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=. -DCMAKE_BUILD_TYPE=Release -DWITH_INTEL_HEXL=ON ..
Expected behavior
The expectation is that the benchmark will be able to configure (through cmake) with no issue.
Screenshots
N/A
Additional context
N/A