Skip to content

Commit 812ac4f

Browse files
Merge branch 'main' into unit
2 parents 36f7ad0 + 7d06a1d commit 812ac4f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/TorchSharpTest.WithCudaBinaries/TorchSharpTest.WithCudaBinaries.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@
4646
<Compile Include="..\TorchSharpTest\TestTorchVisionUtils.cs" Link="TestTorchVisionUtils.cs" />
4747
<Compile Include="..\TorchSharpTest\TestTorchVisionOps.cs" Link="TestTorchVisionOps.cs" />
4848
<Compile Include="..\TorchSharpTest\TestTraining.cs" Link="TestTraining.cs" />
49+
<Compile Include="..\TorchSharpTest\TestDisposeScopes.cs" Link="TestDisposeScopes.cs" />
50+
<Compile Include="..\TorchSharpTest\TestDisposeScopesPackedSequence.cs" Link="TestDisposeScopesPackedSequence.cs" />
51+
<Compile Include="..\TorchSharpTest\TestDisposeScopesStatisticsBase.cs" Link="TestDisposeScopesStatisticsBase.cs" />
52+
<Compile Include="..\TorchSharpTest\TestDisposeScopesStatisticsPackedSequence.cs" Link="TestDisposeScopesStatisticsPackedSequence.cs" />
53+
<Compile Include="..\TorchSharpTest\TestDisposeScopesStatisticsPackedSequenceUnscoped.cs" Link="TestDisposeScopesStatisticsPackedSequenceUnscoped.cs" />
54+
<Compile Include="..\TorchSharpTest\TestDisposeScopesStatisticsTensor.cs" Link="TestDisposeScopesStatisticsTensor.cs" />
55+
<Compile Include="..\TorchSharpTest\TestDisposeScopesStatisticsTensorUnscoped.cs" Link="TestDisposeScopesStatisticsTensorUnscoped.cs" />
56+
<Compile Include="..\TorchSharpTest\TestDisposeScopesStatisticsToString.cs" Link="TestDisposeScopesStatisticsToString.cs" />
4957
</ItemGroup>
5058

5159
<ItemGroup>

0 commit comments

Comments
 (0)