Skip to content

Commit

Permalink
Disable test_set functionalization ops test for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
yeounoh committed Nov 13, 2023
1 parent 25f6dce commit 794cbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch_xla/csrc/xla_sharding_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace torch_xla {

class ShardingUtil {
public:
// This maps to `torch_xla.experimental.xla_sharding.ShardingType` enum type.
// This maps to `torch_xla.distributed.spmd.ShardingType` enum type.
enum ShardingType {
REPLICATED = 0,
MAXIMAL = 1,
Expand Down

0 comments on commit 794cbc7

Please sign in to comment.