Skip to content

Commit

Permalink
[Operators] Registering tensor methods whose PyTorch function equival…
Browse files Browse the repository at this point in the history
…ents are supported by Hidet (#347)

Currently Hidet cannot compile `doctr_reco_predictor` model due to
unsupported `torch.Tensor.min`, despite we have already registered
`torch.min` function which is functionally equivalent.

This PR registers all the missing `torch.Tensor` methods with PyTorch
function equivalents already registered.
  • Loading branch information
BolinSNLHM authored Jul 17, 2024
1 parent 94673aa commit 58a8542
Show file tree
Hide file tree
Showing 6 changed files with 366 additions and 93 deletions.
Loading

0 comments on commit 58a8542

Please sign in to comment.