Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert unused code
Browse files Browse the repository at this point in the history
hipudding committed Jul 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -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;
};

//

0 comments on commit 681ae74

Please sign in to comment.