Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhan committed Apr 28, 2023
1 parent be54172 commit b731a52
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -913,8 +913,10 @@ private void TestModelSerialization()
}
}

// TestGpu() will test the CUDA EP on CUDA enabled builds and
// the DML EP on DML enabled builds
// TestGpu() will test
// - the CUDA EP on CUDA enabled builds
// - the DML EP on DML enabled builds
// - the ROCm EP on ROCm enabled builds
[GpuFact(DisplayName = "TestGpu")]
private void TestGpu()
{
Expand Down

0 comments on commit b731a52

Please sign in to comment.