Skip to content
Snippets Groups Projects
Commit 756c0ff9 authored by Yifan Zhao's avatar Yifan Zhao
Browse files

Also added individual run_* targets back

parent 8d819f3c
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,12 @@ foreach(dir ${entries})
--quant-file ${dir}/data/quant_ranges_rt.txt
--conf-file ${dir}/data/tuner_confs.txt
)
# Run tensor binary
run_single_benchmark(run_${dirname} ${dirname})
# Generate "cudnn"-targeted code
approxhpvm_py_codegen(${dirname}_cudnn ${dir}/${dirname}_cudnn.cpp cudnn)
# Run cudnn binary
run_single_benchmark(run_${dirname}_cudnn ${dirname}_cudnn)
endforeach(dir)
message(STATUS "List of test dnn benchmarks: ${test_compile_targets}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment