From bba57c38372eefee676e2614ea89b476dc705df2 Mon Sep 17 00:00:00 2001 From: Peter Goldsborough Date: Mon, 5 Mar 2018 17:21:24 -0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1aa031..c0f59fe 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ There are a few "sights" you can metaphorically visit in this repository: - Build C++ and/or CUDA extensions by going into the `cpp/` or `cuda/` folder and executing `python setup.py install`, - JIT-compile C++ and/or CUDA extensions by going into the `cpp/` or `cuda/` folder and calling `python jit.py`, which will JIT-compile the extension and load it, - Benchmark Python vs. C++ vs. CUDA by running `python benchmark.py {py, cpp, cuda} [--cuda]`, -- Run gradient-checks on the code by running `python grad_check.py {py, cpp, cuda}`. +- Run gradient checks on the code by running `python grad_check.py {py, cpp, cuda} [--cuda]`. +- Run output checks on the code by running `python check.py {forward, backward} [--cuda]`. ## Authors