2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python114 forks (114 forks)github user discovery
good first issueprogram-coverage
Repository metrics
- Stars
- 1,460 stars (1,460 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Contributor guide
- Research direction
- Examine existing implementation of similar operations (e.g., torch.randn, torch.add) in the lightning thunder codebase. Understand the pattern for adding a new operation: define the operation, register it, implement the computation (likely via decomposition into existing primitives), and add tests. Look at the test files for similar ops to guide test structure.
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- PythonPyTorch