10 comments (10 comments)0 reactions (0 reactions)1 assignee (1 assignee)Python117 forks (117 forks)auto 404
contribution welcomegood first issuemodule: torchlib
Repository metrics
- Stars
- 445 stars (445 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
Existing inefficient implementations that need to be improved:
Contributor guide
- Research direction
- Examine the current implementations of EmbeddingBag and as strided in the torchlib module, profile them to understand inefficiencies, and review the linked issues for existing discussions. Propose performance improvements such as using more efficient algorithms or leveraging ONNX optimizations.
- Tech stack
- python
- Domain
- backend
- Issue type
- Performance
- Prerequisites
- PythonGit