From d825c537e6e4d1912ec31c5c948447589c541c6c Mon Sep 17 00:00:00 2001 From: Nan Jiang Date: Sat, 5 Sep 2020 16:05:51 -0400 Subject: [PATCH] Update README.md add commands for building the development version. You have to run `python generate_kernels.py` before you run Makefile. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 145d86d..af697de 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ If you're interested in hacking on the ops and kernels, go ahead and build from git clone git@github.com:openai/blocksparse.git cd blocksparse + python generate_kernels.py make compile pip install dist/*.whl