We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make
lesson_10_aot_compilation_generate.py
1 parent 2b22fef commit b232c0fCopy full SHA for b232c0f
python_bindings/tutorial/lesson_10_aot_compilation_generate.py
@@ -17,7 +17,7 @@
17
18
# This will generate a file lesson_10_halide.py.cpp that still needs
19
# to be compiled. Use
20
-# make make test_tutorial_lesson_10_aot_compilation_run
+# make test_tutorial_lesson_10_aot_compilation_run
21
# to generate and run a Python module called "lesson_10_halide".
22
23
# The benefits of this approach are that the final program:
0 commit comments