mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
add decomposition for frexp (#119217)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/119217 Approved by: https://github.com/peterbell10 ghstack dependencies: #119284, #120027
This commit is contained in:
committed by
PyTorch MergeBot
parent
f7e79299c7
commit
b7df3bba62
@ -641,7 +641,6 @@ meta_function_expected_failures = {
|
||||
torch.Tensor.nonzero : {f64, i32, c128, i64, i16, c32, f16, u8, c64, bf16, b8, i8, f32},
|
||||
torch.Tensor.item : {f64, i32, c128, i64, i16, f16, u8, c32, c64, bf16, b8, i8, f32},
|
||||
torch.bincount : {i32, i64, u8, i16, i8},
|
||||
torch.frexp : {f64, f16, bf16, f32},
|
||||
torch.functional.unique : {f64, i32, i64, u8, i16, f16, bf16, b8, i8, f32},
|
||||
torch.functional.unique_consecutive : {f64, i32, i64, u8, i16, f16, bf16, b8, i8, f32},
|
||||
torch.histc : {f64, f16, bf16, f32},
|
||||
@ -815,7 +814,6 @@ meta_dispatch_expected_failures = {
|
||||
aten._unique2.default : {i8, f64, i64, f16, bf16, f32, i32, b8, i16, u8},
|
||||
aten.bincount.default : {i64, i8, i32, i16, u8},
|
||||
aten.equal.default : {c64, f16, i8, f64, c128, i64, bf16, f32, i32, b8, i16, u8},
|
||||
aten.frexp.Tensor : {bf16, f32, f16, f64},
|
||||
aten.histc.default : {bf16, f32, f64},
|
||||
aten.histc.out : {bf16, f32, f64},
|
||||
aten.histogram.bin_ct : {f32, f64},
|
||||
|
Reference in New Issue
Block a user