From 5d3b220544676eb00f68a517c88992ba043b3b01 Mon Sep 17 00:00:00 2001 From: Richard Geslot Date: Tue, 11 Jun 2024 16:41:29 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc13c48..208420a 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Then, you can use either premake or cmake.    7. `cmake --build build --config Release` ### Using Bitcode -Add the option `--bitcode` to enable precompiled bitcode. +Add the option `--bitcode` in premake, or `-DBITCODE=ON` in cmake to enable precompiled bitcode. #### Generation of bitcode - After premake, go to `scripts/bitcodes`, then run `python compile.py` which compiles kernels to bitcode and fatbinary.