mirror of
https://github.com/trholding/llama2.c.git
synced 2026-02-06 11:26:53 +00:00
Update README.md
- updated usage
This commit is contained in:
parent
700b980b82
commit
c243fb4122
2
Makefile
2
Makefile
@ -524,7 +524,7 @@ run_debug: ## - Debug build which can be analyzed with tools like valgrind.
|
||||
$(CC) -g -o run run.c -lm
|
||||
|
||||
.PHONY: run_cc_bcdebug
|
||||
run_cc_bcdebug: ## - ***NEW*** C to LLVM bitcode & LLVM bitcode to C transpiled debug build
|
||||
run_cc_bcdebug: ## - ***NEW*** Emit LLVM bitcode & transpile to C debug build
|
||||
echo "Requires clang-17, and llvm-cbe to be compiled and added to path."
|
||||
echo "Get llvm-cbe here: https://github.com/JuliaHubOSS/llvm-cbe"
|
||||
clang-17 -march=native -mtune=native -S -emit-llvm -g run.c
|
||||
|
||||
@ -455,7 +455,6 @@ Simple Builds
|
||||
runq_cc_fast - Same for quantized build
|
||||
run_cc_gnu - Optimized Generic linux distro build
|
||||
runq_cc_gnu - Same for quantized build
|
||||
run_cc_mmdebug - ***NEW*** Matmul Debug Log build (Warning: Huge Logs)
|
||||
|
||||
Accelerated Builds
|
||||
run_cc_avx - ***NEW*** AVX accelerated build
|
||||
@ -556,7 +555,7 @@ Special Builds
|
||||
|
||||
Debug Build
|
||||
run_debug - Debug build which can be analyzed with tools like valgrind.
|
||||
run_cc_bcdebug - ***NEW*** C to LLVM bitcode & LLVM bitcode to C transpiled debug build
|
||||
run_cc_bcdebug - ***NEW*** Emit LLVM bitcode & transpile to C debug build
|
||||
runq_cc_bcdebug - Same for quantized build
|
||||
run_cc_mmdebug - ***NEW*** Matmul Debug Log build (Warning: Huge Logs)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user