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 d0ee8d8 commit 681ae74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ggml/src/ggml.c
Original file line number Diff line number Diff line change
Expand Up @@ -1758,11 +1758,11 @@ struct ggml_compute_params {
// ith = thread index, nth = number of threads
int ith, nth;

// work buffer for all threads
size_t wsize;
void * wdata;
// work buffer for all threads
size_t wsize;
void * wdata;

struct ggml_compute_state_shared * shared;
struct ggml_compute_state_shared * shared;
};

//
Expand Down

0 comments on commit 681ae74

Please sign in to comment.