|
464 | 464 | "ReduceMaxAlongDimUnsignedInt_basic", |
465 | 465 | "ReduceMinAlongDimUnsignedInt_basic", |
466 | 466 | "ScalarImplicitFloatModule_basic", |
467 | | - "SortIntListReverse_basic", |
468 | | - "SortIntList_basic", |
469 | 467 | "SplitDimDynamicModule_basic", |
470 | 468 | "SplitDimStaticModule_basic", |
471 | 469 | "SqrtIntModule_basic", |
|
504 | 502 | "CrossEntropyLossNoReductionModule_basic", |
505 | 503 | "ElementwiseExpm1IntModule_basic", |
506 | 504 | "ElementwiseExpm1Module_basic", |
507 | | - "IndexPutImpl1DFloatAccumulateModule_basic", |
508 | | - "IndexPutImpl1DFloatNonAccumulateModule_basic", |
509 | | - "IndexPutImpl1DIntAccumulateModule_basic", |
510 | | - "IndexPutImpl1DIntNonAccumulateModule_basic", |
511 | | - "IndexPutImpl2DFloatNonAccumulateModule_basic", |
512 | | - "IndexPutImpl2DImplicitModule_basic", |
513 | | - "IndexPutImpl2DIndexModule_basic", |
514 | | - "IndexPutImpl2DNoneIndexStaticModule_basic", |
515 | | - "IndexPutImpl3DFloatNonAccumulateModule_basic", |
516 | | - "IndexPutImplIndexWithNoneModule_basic", |
517 | 505 | "IsInfiniteModule_basic", |
518 | 506 | "InterpolateDynamicModule_sizes_nearest", |
519 | 507 | "IouOfModule_basic", |
520 | 508 | "MeshgridIndexingIJ_basic", |
521 | 509 | "MeshgridIndexingXY_basic", |
522 | 510 | "Meshgrid_basic", |
523 | | - "OneHotModule_basic", |
524 | 511 | # RuntimeError: cannot mutate tensors with frozen storage |
525 | | - "ElementwiseRreluTrainModule_basic", |
526 | | - "ElementwiseRreluTrainStaticModule_basic", |
527 | 512 | "ElementwiseRreluWithNoiseTrainModule_basic", |
528 | 513 | "ElementwiseRreluWithNoiseTrainStaticModule_basic", |
529 | 514 | "ElementwiseSignbitModule_basic", |
530 | 515 | "ElementwiseCopysignModule_basic", |
| 516 | + "BernoulliFloatModule_basic", |
| 517 | + "BernoulliTensorModule_basic", |
| 518 | + "UniformModule_basic", |
| 519 | + "UniformStaticShapeModule_basic", |
531 | 520 | } |
532 | 521 |
|
533 | 522 | FX_IMPORTER_CRASHING_SET = LINALG_CRASHING_SET | { |
|
856 | 845 | "ScatterValueFloatModule_basic", |
857 | 846 | "ScatterValueIntModule_basic", |
858 | 847 | "SliceOutOfLowerBoundEndIndexModule_basic", |
859 | | - "SortIntListReverse_basic", |
860 | | - "SortIntList_basic", |
861 | 848 | "SortTensorDescending_basic", |
862 | 849 | "SortTensorInteger_basic", |
863 | 850 | "SortTensorNegativeDimension_basic", |
|
932 | 919 | "MeshgridIndexingXY_basic", |
933 | 920 | "Meshgrid_basic", |
934 | 921 | "MulIntModule_basic", |
935 | | - "OneHotModule_basic", |
936 | 922 | "ReduceFrobeniusNormComplexModule_basic", |
937 | 923 | "ScalarImplicitIntModule_basic", |
938 | 924 | "ScaledDotProductAttentionBoolMaskModule_basic", |
|
951 | 937 | "UpSampleNearest2dStaticSize_basic", |
952 | 938 | "UpSampleNearest2d_basic", |
953 | 939 | # RuntimeError: cannot mutate tensors with frozen storage |
954 | | - "ElementwiseRreluTrainModule_basic", |
955 | | - "ElementwiseRreluTrainStaticModule_basic", |
956 | 940 | "ElementwiseRreluWithNoiseTrainModule_basic", |
957 | 941 | "ElementwiseRreluWithNoiseTrainStaticModule_basic", |
| 942 | + "BernoulliFloatModule_basic", |
| 943 | + "UniformModule_basic", |
| 944 | + "UniformStaticShapeModule_basic", |
958 | 945 | } |
959 | 946 |
|
960 | 947 | FX_IMPORTER_STABLEHLO_CRASHING_SET = { |
|
979 | 966 | # torch export: RuntimeError: cannot mutate tensors with frozen storage |
980 | 967 | "ElementwiseRreluWithNoiseTrainModule_basic", |
981 | 968 | "ElementwiseRreluWithNoiseTrainStaticModule_basic", |
| 969 | + "CrossEntropyLossModule_basic", |
| 970 | + "CrossEntropyLossNoReductionModule_basic", |
982 | 971 | } |
983 | 972 |
|
984 | 973 | STABLEHLO_PASS_SET = { |
|
0 commit comments