Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardGe authored Jun 11, 2024
1 parent 243edee commit 5d3b220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5d3b220

Please sign in to comment.