mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Remove internal work item links. (#3698)
This commit is contained in:
parent
5637cec199
commit
8b5d6fbaf5
5 changed files with 6 additions and 7 deletions
|
|
@ -332,7 +332,6 @@ class PlannerImpl {
|
|||
const onnxruntime::NodeArg* p_node_arg = ort_value_info_.at(reusable).p_def_site;
|
||||
if (!p_node_arg) {
|
||||
// TODO this should be an error case, needs more investigation
|
||||
// https://msdata.visualstudio.com/Vienna/_workitems/edit/724826/
|
||||
continue;
|
||||
}
|
||||
auto& available_memory_info = AllocPlan(p_node_arg->Name()).location;
|
||||
|
|
|
|||
|
|
@ -726,7 +726,7 @@ TEST(BatchNormTest, BatchNorm2d_fp16) {
|
|||
test.Run(OpTester::ExpectResult::kExpectSuccess, "", {kTensorrtExecutionProvider});
|
||||
}
|
||||
|
||||
// TODO fix flaky test (https://msdata.visualstudio.com/Vienna/_workitems/edit/596949)
|
||||
// TODO fix flaky test
|
||||
TEST(BatchNormTest, DISABLED_ForwardTrainingTest) {
|
||||
OpTester test("BatchNormalization");
|
||||
float epsilon = 1e-05f;
|
||||
|
|
|
|||
|
|
@ -296,7 +296,7 @@ TEST(GradientCheckerTest, TanhGrad) {
|
|||
UnaryOpGradientTest("Tanh");
|
||||
}
|
||||
|
||||
// TODO fix flaky test (https://msdata.visualstudio.com/Vienna/_workitems/edit/596949)
|
||||
// TODO fix flaky test
|
||||
// failing random seed with error_tolerance of 1.5e-2f: 322298223
|
||||
TEST(GradientCheckerTest, GemmGrad) {
|
||||
float max_error;
|
||||
|
|
@ -972,7 +972,7 @@ TEST(GradientCheckerTest, SqueezeGrad) {
|
|||
// TODO: Reshape missing
|
||||
|
||||
#ifdef USE_CUDA
|
||||
// TODO fix flaky test (https://msdata.visualstudio.com/Vienna/_workitems/edit/596949)
|
||||
// TODO fix flaky test
|
||||
// failing random seed: 4133818171
|
||||
TEST(GradientCheckerTest, DISABLED_BatchNormalizationGrad) {
|
||||
float max_error;
|
||||
|
|
@ -1322,7 +1322,7 @@ void TestSoftmaxCrossEntropyLossGrad(const TensorShape& index_shape, //label_sh
|
|||
}
|
||||
}
|
||||
|
||||
// TODO fix flaky test (https://msdata.visualstudio.com/Vienna/_workitems/edit/596949)
|
||||
// TODO fix flaky test
|
||||
// failing random seed: 1
|
||||
TEST(GradientCheckerTest, DISABLED_SoftmaxCrossEntropyLossGrad) {
|
||||
TestSoftmaxCrossEntropyLossGrad({5}, "mean");
|
||||
|
|
|
|||
|
|
@ -363,7 +363,7 @@ TEST(CudaKernelTest, SoftmaxCrossEntropyLoss_MediumSizeTensor) {
|
|||
TestSoftmaxCrossEntropyLoss(&X_dims, &index_dims, nullptr, &Y_dims_none, &log_prob_dims, "none");
|
||||
}
|
||||
|
||||
// TODO fix flaky test (https://msdata.visualstudio.com/Vienna/_workitems/edit/596949)
|
||||
// TODO fix flaky test
|
||||
// failing random seed: 2873512643
|
||||
TEST(CudaKernelTest, DISABLED_SoftmaxCrossEntropyLoss_LargeSizeTensor) {
|
||||
std::vector<int64_t> X_dims{4, 512, 30528};
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ TEST(CudaKernelTest, SoftmaxGrad_SmallTensor) {
|
|||
TestSoftmaxGrad(dY_dims, Y_dims, dX_dims, per_sample_tolerance, relative_per_sample_tolerance);
|
||||
}
|
||||
|
||||
// TODO fix flaky test (https://msdata.visualstudio.com/Vienna/_workitems/edit/596949)
|
||||
// TODO fix flaky test
|
||||
// failing random seed: 552621640
|
||||
TEST(CudaKernelTest, DISABLED_SoftmaxGrad_LargeTensor) {
|
||||
std::vector<int64_t> dY_dims{8, 16, 512, 512};
|
||||
|
|
|
|||
Loading…
Reference in a new issue