-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add random op to no check list (#59483)
* add no check * add no check * Update pir_op_test_no_check_list
- Loading branch information
1 parent
8fb0f1f
commit a232b2e
Showing
2 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
test_bernoulli_op | ||
test_dirichlet_op | ||
test_exponential_op | ||
test_gumbel_softmax_op | ||
test_multinomial_op | ||
test_poisson_op | ||
test_randint_op | ||
test_uniform_random_bf16_op | ||
test_randperm_op | ||
test_seed_op | ||
test_uniform_random_bf16_op | ||
test_uniform_random_inplace_op |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters