Skip to content

Commit

Permalink
Update aten/src/ATen/native/mps/operations/Distributions.mm
Browse files Browse the repository at this point in the history
  • Loading branch information
malfet committed Jul 7, 2022
1 parent 6135de3 commit 3bb454d
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 @@ -717,7 +717,6 @@ static void check_from_to_in_range(int64_t from, int64_t to_inc, ScalarType scal
c10::optional<Generator> gen,
Tensor& result) {

std::cout<<"Multinomial MPS\n";

TORCH_CHECK(
result.device() == self.device(),
Expand Down

0 comments on commit 3bb454d

Please sign in to comment.