Skip to content

Commit ba86d63

Browse files
committed
revert unused code
1 parent 25f653a commit ba86d63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ggml/src/ggml.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -1754,9 +1754,9 @@ struct ggml_compute_state {
17541754
struct ggml_compute_state_shared * shared;
17551755
};
17561756

1757-
struct ggml_compute_params {
1758-
// ith = thread index, nth = number of threads
1759-
int ith, nth;
1757+
struct ggml_compute_params {
1758+
// ith = thread index, nth = number of threads
1759+
int ith, nth;
17601760

17611761

17621762
// work buffer for all threads

0 commit comments

Comments
 (0)