Skip to content

Commit

Permalink
Update lesson_22_jit_performance.cpp (#8438)
Browse files Browse the repository at this point in the history
Fixes #8437
  • Loading branch information
abadams authored Oct 16, 2024
1 parent 9a55d9c commit 7ceddb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/lesson_22_jit_performance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

// On linux, you can compile and run it like so:
// g++ lesson_22*.cpp -g -I <path/to/Halide.h> -I <path/to/tools/halide_benchmark.h> -L <path/to/libHalide.so> -lHalide -lpthread -ldl -o lesson_22 -std=c++17
// LD_LIBRARY_PATH=<path/to/libHalide.so> ./lesson_20
// LD_LIBRARY_PATH=<path/to/libHalide.so> ./lesson_22

// On os x:
// g++ lesson_22*.cpp -g -I <path/to/Halide.h> -I <path/to/tools/halide_benchmark.h> -L <path/to/libHalide.so> -lHalide -o lesson_22 -std=c++17
Expand Down

0 comments on commit 7ceddb4

Please sign in to comment.