Skip to content

Research: Optimization of Decision Tree Evaluation Using SIMD Instructions

License

Notifications You must be signed in to change notification settings

yandex/research-optimization-of-decision-tree-evaluation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Этот код является частью исследовательской работы на тему "Оптимизации применения решающих деревьев с помощью SIMD инструкций"

Для сборки и запуска в директори проекта выполнить

git clone https://github.com/google/benchmark.git
git clone https://github.com/google/googletest.git benchmark/googletest
cmake -E make_directory "build"
cmake -E chdir "build" cmake -DCMAKE_BUILD_TYPE=Release ../
cmake --build "build" --config Release
build/test_stand

About

Research: Optimization of Decision Tree Evaluation Using SIMD Instructions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published