DeepBench icon indicating copy to clipboard operation
DeepBench copied to clipboard

Benchmarking Deep Learning operations on different hardware

Results 24 DeepBench issues
Sort by recently updated
recently updated
newest added

I'm trying to rum the gemm code for ARM benchmark on NVIDIA Jetson TX2. these are the modifications that I made in the Makefile. all: gemm conv sparse BIN_DIR?=bin EIGEN_PATH?=Eigen/Eigen...

Hi all, What is the command line to run nccl_mpi_all_reduce on a multi-node system (2 nodes with 4 GPUs each one)?, and I am getting the below error when typing...

m n k: 4 2 2 values: 0.333333 0.471405 0.57735 0.666667 0.745356 0.816497 0.881917 0.942809 col_index: 0 1 0 1 1 2 1 2 row_start: 0 2 4 6 8...

Hi, I was looking at the code of convolution benchmark on ARM, and found the calling order and declaration order of parameters of `time_cnn` does not match. I believe the...

Hi, I am using your benchmarks in my future publication, Can you provide us with your prefered BibTeX file. thanks a lot.

Commands are: source /opt/intel//compilers_and_libraries_2020/linux/bin/compilervars.sh intel64 source /opt/intel/compilers_and_libraries_2020.0.166/linux/mkl/bin/mklvars.sh intel64 source /opt/intel/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpi vars.sh intel64 bash run_mkl_sgemm_ia.sh Outputs are: Please source appropriate versions of Intel Compiler (ICC), Intel MPI and Intel MKL !...

pi@raspberrypi ~/D/c/arm> make mkdir -p bin g++ -O3 --std=c++11 -I ../kernels/ -lpthread -mfpu=neon-fp-armv8 -o bin/gemm_bench gemm_bench.cc gemm_bench.cc:6:38: fatal error: gemmlowp/public/gemmlowp.h: No such file or directory #include "gemmlowp/public/gemmlowp.h" ^ compilation terminated....

I found an implementation of cudnnCNN in this package. Can you point to the documentation explaining how to use it?