Skip to content

Commit

Permalink
Add new test fixtures to CudaBinaries project
Browse files Browse the repository at this point in the history
  • Loading branch information
mvphelps committed Oct 23, 2024
1 parent 9856487 commit 80b4589
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@
<Compile Include="..\TorchSharpTest\TestTorchVisionOps.cs" Link="TestTorchVisionOps.cs" />
<Compile Include="..\TorchSharpTest\TestTraining.cs" Link="TestTraining.cs" />
<Compile Include="..\TorchSharpTest\TestDisposeScopes.cs" Link="TestDisposeScopes.cs" />
<Compile Include="..\TorchSharpTest\TestDisposeScopesPackedSequence.cs" Link="TestDisposeScopesPackedSequence.cs" />
<Compile Include="..\TorchSharpTest\TestDisposeScopesStatisticsBase.cs" Link="TestDisposeScopesStatisticsBase.cs" />
<Compile Include="..\TorchSharpTest\TestDisposeScopesStatisticsPackedSequence.cs" Link="TestDisposeScopesStatisticsPackedSequence.cs" />
<Compile Include="..\TorchSharpTest\TestDisposeScopesStatisticsPackedSequenceUnscoped.cs" Link="TestDisposeScopesStatisticsPackedSequenceUnscoped.cs" />
<Compile Include="..\TorchSharpTest\TestDisposeScopesStatisticsTensor.cs" Link="TestDisposeScopesStatisticsTensor.cs" />
<Compile Include="..\TorchSharpTest\TestDisposeScopesStatisticsTensorUnscoped.cs" Link="TestDisposeScopesStatisticsTensorUnscoped.cs" />
<Compile Include="..\TorchSharpTest\TestDisposeScopesStatisticsToString.cs" Link="TestDisposeScopesStatisticsToString.cs" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 80b4589

Please sign in to comment.