Skip to content

Commit

Permalink
Import sparse_ops
Browse files Browse the repository at this point in the history
Differential Revision: D57648027
  • Loading branch information
Microve authored and facebook-github-bot committed May 21, 2024
1 parent f9beba1 commit fde9f64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions torchrec/sparse/jagged_tensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

from typing import Any, Callable, Dict, List, Optional, Tuple, Union

import fbgemm_gpu.sparse_ops # noqa: F401, E402

import torch
from torch.autograd.profiler import record_function
from torch.fx._pytree import register_pytree_flatten_spec, TreeSpec
Expand Down

0 comments on commit fde9f64

Please sign in to comment.