Skip to content

Commit 0f8d88f

Browse files
committed
add new line at end of file
Change-Id: I889ed1c85fb45e62350ecde0c06f70450cadfbe2
1 parent 6f8d979 commit 0f8d88f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/build-riscv64-spacemit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ Qwen2.5 0.5B |462.96 MiB|630.17 M| cpu | 4 | tg128|5.67 ± 0.04|
8484
Qwen2.5 1.5B | 1.04 GiB | 1.78 B | cpu | 4 | pp512|10.38 ± 0.10|
8585
Qwen2.5 1.5B | 1.04 GiB | 1.78 B | cpu | 4 | tg128|3.17 ± 0.08|
8686
Qwen2.5 3B | 1.95 GiB | 3.40 B | cpu | 4 | pp512|4.23 ± 0.04|
87-
Qwen2.5 3B | 1.95 GiB | 3.40 B | cpu | 4 | tg128|1.73 ± 0.00|
87+
Qwen2.5 3B | 1.95 GiB | 3.40 B | cpu | 4 | tg128|1.73 ± 0.00|

ggml/src/ggml-cpu/spacemit/ggml_spacemit_ime.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,4 +1053,4 @@ ggml_backend_buffer_type_t ggml_backend_cpu_riscv64_spacemit_buffer_type(void) {
10531053
};
10541054

10551055
return &ggml_backend_cpu_buffer_type_riscv64_spacemit;
1056-
}
1056+
}

ggml/src/ggml-cpu/spacemit/ggml_spacemit_ime.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
// #include <cstddef>
88
// GGML internal header
9-
ggml_backend_buffer_type_t ggml_backend_cpu_riscv64_spacemit_buffer_type(void);
9+
ggml_backend_buffer_type_t ggml_backend_cpu_riscv64_spacemit_buffer_type(void);

ggml/src/ggml-cpu/spacemit/ggml_spacemit_ime_kernels.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3216,4 +3216,4 @@ SQ4BitGemmKernel_CompInt8(size_t BlkLen,
32163216
return 1;
32173217
}
32183218
}
3219-
}
3219+
}

ggml/src/ggml-cpu/spacemit/ggml_spacemit_ime_kernels.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ QuantizeARow_CompInt8(size_t BlkLen, const float* A, size_t CountK, std::byte* Q
2727
void
2828
QuantizeAM4Row_CompInt8(size_t BlkLen, const float* A, size_t CountK, std::byte* QuantA);
2929

30-
}
30+
}

0 commit comments

Comments
 (0)