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
  • Loading branch information
PaulZhang12 authored and facebook-github-bot committed Aug 15, 2024
1 parent 7105d5f commit e990925
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
except Exception:
pass

import fbgemm_gpu # noqa


def rounded_row_size_in_bytes(
dim: int,
Expand Down

0 comments on commit e990925

Please sign in to comment.