Skip to content

Commit

Permalink
Improve Inference UX, add tests, and add inference API docstrings (#2988
Browse files Browse the repository at this point in the history
)

Summary:
X-link: facebookresearch/FBGEMM#81

Pull Request resolved: #2988

X-link: pytorch/torchrec#2295

Reviewed By: jingsh

Differential Revision: D61175593

fbshipit-source-id: b565cc01b1c28961cb03b528fd1e951e225b4c24
  • Loading branch information
PaulZhang12 authored and facebook-github-bot committed Aug 15, 2024
1 parent 6d3c2fe commit 6599bae
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
except Exception:
pass

import fbgemm_gpu # noqa


def rounded_row_size_in_bytes(
dim: int,
Expand Down

0 comments on commit 6599bae

Please sign in to comment.