Skip to content

Repository storing scripts and sources to compare the inference between the native functions in gegelati and generated code

License

Notifications You must be signed in to change notification settings

gegelati/gegelati-codeGen-performance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gegelati-codeGen-performance

This Repository stores scripts and sources file to compare the inference between the native functions in gegelati and generated code.

To compile the target you need to install gegelati with the code gen activated If you want to install gegelati on a different location use this link use the following commands to compile the comparison test :

git clone https://github.com/gegelati/gegelati-codeGen-performance.git
mkdir gegelati-codeGen-performance/bin
cd gegelati-codeGen-performance/bin
cmake ..
cmake --build . --target InferenceCompare

The results can be saved in a csv file if filename is given as the first parameter when calling the binary. If no filename are given, results are printed on the standard output. The following command start the measures.

./Release/InferenceCompare [filename_storing_results]

About

Repository storing scripts and sources to compare the inference between the native functions in gegelati and generated code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published