Skip to content

jzcurious/hsys-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hsys

Build

Ninja

cmake -B build/ -G Ninja -DCMAKE_BUILD_TYPE=Release
cmake --build build/

Make

cmake -B build/ -DCMAKE_BUILD_TYPE=Release
cmake --build build/ -j8

Tests

ctest --progress --test-dir build/work1/tests/ -R 'VectorTest|VectorAddTest'

Benchmarks

./build/work1/benchmarks/work1_benchmarks --benchmark_format=json > benchmarks_results_work1.json

python ./work1/utils/benchmark_pp/complexity_chart.py \
    -j benchmarks_results_work1.json \
    --xlog --ylog -c complexity_chart.ht

python ./work1/utils/benchmark_pp/speedup_chart.py \
    -j benchmarks_results_work1.json \
    -r 'Eigen Vector Addition (CPU)' \
    -t 'CUDA Vector Addition (GPU)' \
    --xlog --ylog -c speedup_chart.html

Open In Colab

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published