Skip to content

Commit c00f16b

Browse files
committed
doc: code_generation
1 parent 07c5ae0 commit c00f16b

25 files changed

+777
-46
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ message(STATUS "Build Type: ${CMAKE_BUILD_TYPE}")
2727
# =============================================================
2828
# Extra build options
2929
# =============================================================
30-
option(SAVE_JITS_TO_FILE "Saves the jitted kernels into a file if activated." OFF)
30+
option(SAVE_JITS_TO_FILE "Saves the JITed kernels into a file if activated." OFF)
3131

3232

3333
if(SAVE_JITS_TO_FILE)
62.6 KB
Loading
62.4 KB
Loading
306 KB
Loading
332 KB
Loading
576 KB
Loading
554 KB
Loading
63 KB
Loading
63.6 KB
Loading
303 KB
Loading

0 commit comments

Comments
 (0)