Skip to content

Commit

Permalink
Build fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
kulinseth committed Oct 3, 2022
1 parent f022db6 commit 2cf8c65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aten/src/ATen/native/mps/operations/Distributions.mm
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ Tensor normal_mps(const Tensor& mean, const Tensor& std, c10::optional<Generator
MPSGraph* mpsGraph = make_mps_graph();

auto prob_dtype = getMPSDataType(self_v.scalar_type());
auto result_dtype = getMPSDataType(result.scalar_type());

// This is probability weights
MPSGraphTensor *probTensor = mpsGraphRankedPlaceHolder(mpsGraph, getMPSDataType(self_v.scalar_type()), prob_shape);
Expand Down

0 comments on commit 2cf8c65

Please sign in to comment.