mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
Disable CudaKernelTest.SoftmaxCrossEntropyLoss_LargeSizeTensor because it's flaky.
This commit is contained in:
parent
28a0c863b1
commit
2e4b9b1d0e
1 changed files with 3 additions and 1 deletions
|
|
@ -363,7 +363,9 @@ TEST(CudaKernelTest, SoftmaxCrossEntropyLoss_MediumSizeTensor) {
|
|||
TestSoftmaxCrossEntropyLoss(&X_dims, &index_dims, nullptr, &Y_dims_none, &log_prob_dims, "none");
|
||||
}
|
||||
|
||||
TEST(CudaKernelTest, SoftmaxCrossEntropyLoss_LargeSizeTensor) {
|
||||
// TODO fix flaky test (https://msdata.visualstudio.com/Vienna/_workitems/edit/596949)
|
||||
// failing random seed: 2873512643
|
||||
TEST(CudaKernelTest, DISABLED_SoftmaxCrossEntropyLoss_LargeSizeTensor) {
|
||||
std::vector<int64_t> X_dims{4, 512, 30528};
|
||||
std::vector<int64_t> index_dims{4, 30528};
|
||||
std::vector<int64_t> weight_dims{512};
|
||||
|
|
|
|||
Loading…
Reference in a new issue