Skip to content

Commit

Permalink
revert unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
hipudding committed Jul 15, 2024
1 parent 25f653a commit ba86d63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ggml/src/ggml.c
Original file line number Diff line number Diff line change
Expand Up @@ -1754,9 +1754,9 @@ struct ggml_compute_state {
struct ggml_compute_state_shared * shared;
};

struct ggml_compute_params {
// ith = thread index, nth = number of threads
int ith, nth;
struct ggml_compute_params {
// ith = thread index, nth = number of threads
int ith, nth;


// work buffer for all threads
Expand Down

0 comments on commit ba86d63

Please sign in to comment.