cucapra / dahlia-evaluation

Evaluation for Dahlia
3 stars 0 forks source link

Baseline porting progess #5

Open ViviYe opened 5 years ago

ViviYe commented 5 years ago
Benchmark sw_emu hw_emu hw loop Notes
machsuite-aes works works yes
machsuite-backprop failed failed Incorrect Results
machsuite-bfs-bulk works works yes
machsuite-bfs-queue works works yes
machsuite-fft-strided works works yes
machsuite-fft-transpose works works failed Wrong results
machsuite-gemm-blocked works works yes
machsuite-gemm-ncubed works works yes
machsuite-kmp works works yes
machsuite-md-grid works works yes
machsuite-md-knn works works yes
machsuite-nw works works yes
machsuite-sort-merge works works yes
machsuite-sort-radix works works yes
machsuite-spmv-crs works works yes
machsuite-spmv-ellpack works works yes
machsuite-stencil-stencil2d works works yes
machsuite-stencil-stencil3d works works yes
machsuite-viterbi works in-progress FPGA Hangs up
rachitnigam commented 5 years ago

Updated information from Sep 30.

rachitnigam commented 5 years ago

Potential fix for viterbi:

rachitnigam commented 5 years ago

BFS queue has an issue where without running sudo fpga-clear-local-image -S 0 which cleans the DRAM, subsequent runs cause the output values to increment by a constant number.

rachitnigam commented 5 years ago

In the paper, say that gemm blocked had to zero out the array in the kernel.