-
Notifications
You must be signed in to change notification settings - Fork 330
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(nns): Improve neuron validation batching (#3105)
# Why Currently, the neuron data validation is reading all neuron sections for a batch of neurons, and the batching is by a fixed batch size. Those can be improved by: reading specific neuron sections for each task, and batch by instruction limit. # What Implement the above-mentioned optimizations and update benchmarks.
- Loading branch information
1 parent
e3cc69f
commit 0e85368
Showing
2 changed files
with
38 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters