From e3d37c4db72a85de0113939b603ffe9db772d945 Mon Sep 17 00:00:00 2001 From: Xingfu Wu <38541094+wuxf99@users.noreply.github.com> Date: Wed, 4 Aug 2021 10:44:06 -0500 Subject: [PATCH] Update readme.md --- Benchmarks/DL/readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Benchmarks/DL/readme.md b/Benchmarks/DL/readme.md index 761c57e9..07183852 100644 --- a/Benchmarks/DL/readme.md +++ b/Benchmarks/DL/readme.md @@ -1,4 +1,5 @@ Use the run.bat under the folder mnist to autotune the mnist. - problem.py: define the parameter space using configspace - mnist_mlp.py: the original deep learning code +- mnist-omp.py: the OpenMP version of mnist - dlp.py: the parameterized code (code mold)