Skip to content

Commit f4883d9

Browse files
authored
Add files via upload
1 parent 70d4696 commit f4883d9

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

Implementation/Compile.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe @ConfigurationRel.rsp /r:b
77
C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe @ConfigurationRel.rsp /out:bin\Release\PyType.dll /doc:bin\Release\PyType.xml @src/PyType.NET/PyType.NET.Windows.rsp
88
C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe @ConfigurationRel.rsp /r:bin\Release\System.FloatingPoint.dll /r:bin\Release\warnings.dll /out:bin\Release\torchfile.dll /doc:bin\Release\torchfile.xml @src/torchfile.NET/torchfile.NET.Windows.rsp
99
C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe @ConfigurationRel.rsp /out:bin\Release\micrograd.dll /doc:bin\Release\micrograd.xml @src/micrograd.NET/micrograd.NET.Windows.rsp
10+
C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe @ConfigurationRel.rsp /out:bin\Release\DotnetExtensions.dll /doc:bin\Release\DotnetExtensions.xml @src/DotnetExtensions/DotnetExtensions.Windows.rsp
1011
md bin\Debug
1112
C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe @ConfigurationDeb.rsp /out:bin\Debug\System.FloatingPoint.dll /doc:bin\Debug\System.FloatingPoint.xml @src/System.FloatingPoint/System.FloatingPoint.Windows.rsp
1213
C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe @ConfigurationDeb.rsp /out:bin\Debug\warnings.dll /doc:bin\Debug\warnings.xml @src/warnings.NET/warnings.NET.Windows.rsp
@@ -15,4 +16,5 @@ C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe @ConfigurationDeb.rsp /r:b
1516
C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe @ConfigurationDeb.rsp /out:bin\Debug\PyType.dll /doc:bin\Debug\PyType.xml @src/PyType.NET/PyType.NET.Windows.rsp
1617
C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe @ConfigurationRel.rsp /r:bin\Debug\System.FloatingPoint.dll /r:bin\Debug\warnings.dll /out:bin\Debug\torchfile.dll /doc:bin\Debug\torchfile.xml @src/torchfile.NET/torchfile.NET.Windows.rsp
1718
C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe @ConfigurationRel.rsp /out:bin\Debug\micrograd.dll /doc:bin\Debug\micrograd.xml @src/micrograd.NET/micrograd.NET.Windows.rsp
19+
C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe @ConfigurationRel.rsp /out:bin\Debug\DotnetExtensions.dll /doc:bin\Debug\DotnetExtensions.xml @src/DotnetExtensions/DotnetExtensions.Windows.rsp
1820
cmd.exe

Implementation/Compile.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ csc @ConfigurationRel.rsp /r:bin/Release/System.FloatingPoint.dll /out:bin/Relea
77
csc @ConfigurationRel.rsp /out:bin/Release/PyType.dll /doc:bin/Release/PyType.xml @src/PyType.NET/PyType.NET.Unix.rsp
88
csc @ConfigurationRel.rsp /r:bin/Release/System.FloatingPoint.dll /r:bin/Release/warnings.dll /out:bin/Release/torchfile.dll /doc:bin/Release/torchfile.xml @src/torchfile.NET/torchfile.NET.Unix.rsp
99
csc @ConfigurationRel.rsp /out:bin/Release/micrograd.dll /doc:bin/Release/micrograd.xml @src/micrograd.NET/micrograd.NET.Unix.rsp
10+
csc @ConfigurationRel.rsp /out:bin/Release/DotnetExtensions.dll /doc:bin/Release/DotnetExtensionsd.xml @src/DotnetExtensions/DotnetExtensions.Unix.rsp
1011
mkdir bin/Debug
1112
csc @ConfigurationDeb.rsp /out:bin/Debug/System.FloatingPoint.dll /doc:bin/Debug/System.FloatingPoint.xml @src/System.FloatingPoint/System.FloatingPoint.Unix.rsp
1213
csc @ConfigurationDeb.rsp /out:bin/Debug/warnings.dll /doc:bin/Debug/warnings.xml @src/warnings.NET/warnings.NET.Unix.rsp
1314
csc @ConfigurationDeb.rsp /r:bin/Debug/System.FloatingPoint.dll /r:bin/Debug/warnings.dll /out:bin/Debug/imageio.dll /doc:bin/Debug/imageio.xml @src/imageio.NET/imageio.NET.Unix.rsp
1415
csc @ConfigurationDeb.rsp /r:bin/Debug/System.FloatingPoint.dll /out:bin/Debug/System.Complex.dll /doc:bin/Debug/System.Complex.xml @src/System.Complex/System.Complex.Unix.rsp
1516
csc @ConfigurationDeb.rsp /out:bin/Debug/PyType.dll /doc:bin/Debug/PyType.xml @src/PyType.NET/PyType.NET.Unix.rsp
1617
csc @ConfigurationDeb.rsp /r:bin/Debug/System.FloatingPoint.dll /r:bin/Debug/warnings.dll /out:bin/Debug/torchfile.dll /doc:bin/Debug/torchfile.xml @src/torchfile.NET/torchfile.NET.Unix.rsp
17-
csc @ConfigurationDeb.rsp /out:bin/Debug/micrograd.dll /doc:bin/Debug/micrograd.xml @src/micrograd.NET/micrograd.NET.Unix.rsp
18+
csc @ConfigurationDeb.rsp /out:bin/Debug/micrograd.dll /doc:bin/Debug/micrograd.xml @src/micrograd.NET/micrograd.NET.Unix.rsp
19+
csc @ConfigurationDeb.rsp /out:bin/Debug/DotnetExtensions.dll /doc:bin/Debug/DotnetExtensions.xml @src/DotnetExtensions/DotnetExtensions.Unix.rsp

Implementation/CompileSingle.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
md bin
22
md bin\Release
3-
C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe @ConfigurationRel.rsp /out:bin\Release\System.AI.dll /doc:bin\Release\System.AI.xml @src/System.FloatingPoint/System.FloatingPoint.Windows.rsp @src/imageio.NET/imageio.NET.Windows.rsp @src/warnings.NET/warnings.NET.Windows.rsp @src/System.Complex/System.Complex.Windows.rsp @src/PyType.NET/PyType.NET.Windows.rsp @src/torchfile.NET/torchfile.NET.Windows.rsp @src/micrograd.NET/micrograd.NET.Windows.rsp
3+
C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe @ConfigurationRel.rsp /out:bin\Release\System.AI.dll /doc:bin\Release\System.AI.xml @src/System.FloatingPoint/System.FloatingPoint.Windows.rsp @src/imageio.NET/imageio.NET.Windows.rsp @src/warnings.NET/warnings.NET.Windows.rsp @src/System.Complex/System.Complex.Windows.rsp @src/PyType.NET/PyType.NET.Windows.rsp @src/torchfile.NET/torchfile.NET.Windows.rsp @src/micrograd.NET/micrograd.NET.Windows.rsp @src/DotnetExtensions/DotnetExtensions.Windows.rsp
44
md bin\Debug
5-
C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe @ConfigurationDeb.rsp /out:bin\Debug\System.AI.dll /doc:bin\Debug\System.AI.xml @src/System.FloatingPoint/System.FloatingPoint.Windows.rsp @src/imageio.NET/imageio.NET.Windows.rsp @src/warnings.NET/warnings.NET.Windows.rsp @src/System.Complex/System.Complex.Windows.rsp @src/PyType.NET/PyType.NET.Windows.rsp @src/torchfile.NET/torchfile.NET.Windows.rsp @src/micrograd.NET/micrograd.NET.Windows.rsp
5+
C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe @ConfigurationDeb.rsp /out:bin\Debug\System.AI.dll /doc:bin\Debug\System.AI.xml @src/System.FloatingPoint/System.FloatingPoint.Windows.rsp @src/imageio.NET/imageio.NET.Windows.rsp @src/warnings.NET/warnings.NET.Windows.rsp @src/System.Complex/System.Complex.Windows.rsp @src/PyType.NET/PyType.NET.Windows.rsp @src/torchfile.NET/torchfile.NET.Windows.rsp @src/micrograd.NET/micrograd.NET.Windows.rsp @src/DotnetExtensions/DotnetExtensions.Windows.rsp
66
cmd.exe

Implementation/CompileSingle.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mkdir bin
22
mkdir bin/Release
3-
csc @ConfigurationRel.rsp /out:bin/Release/System.AI.dll /doc:bin/Release/System.AI.xml @src/System.FloatingPoint/System.FloatingPoint.Unix.rsp @src/imageio.NET/imageio.NET.Unix.rsp @src/warnings.NET/warnings.NET.Unix.rsp @src/System.Complex/System.Complex.Unix.rsp @src/PyType.NET/PyType.NET.Unix.rsp @src/torchfile.NET/torchfile.NET.Unix.rsp @src/micrograd.NET/micrograd.NET.Unix.rsp
3+
csc @ConfigurationRel.rsp /out:bin/Release/System.AI.dll /doc:bin/Release/System.AI.xml @src/System.FloatingPoint/System.FloatingPoint.Unix.rsp @src/imageio.NET/imageio.NET.Unix.rsp @src/warnings.NET/warnings.NET.Unix.rsp @src/System.Complex/System.Complex.Unix.rsp @src/PyType.NET/PyType.NET.Unix.rsp @src/torchfile.NET/torchfile.NET.Unix.rsp @src/micrograd.NET/micrograd.NET.Unix.rsp @src/DotnetExtensions/DotnetExtensions.Unix.rsp
44
mkdir bin/Debug
5-
csc @ConfigurationDeb.rsp /out:bin/Debug/System.AI.dll /doc:bin/Debug/System.AI.xml @src/System.FloatingPoint/System.FloatingPoint.Unix.rsp @src/imageio.NET/imageio.NET.Unix.rsp @src/warnings.NET/warnings.NET.Unix.rsp @src/System.Complex/System.Complex.Unix.rsp @src/PyType.NET/PyType.NET.Unix.rsp @src/torchfile.NET/torchfile.NET.Unix.rsp @src/micrograd.NET/micrograd.NET.Unix.rsp
5+
csc @ConfigurationDeb.rsp /out:bin/Debug/System.AI.dll /doc:bin/Debug/System.AI.xml @src/System.FloatingPoint/System.FloatingPoint.Unix.rsp @src/imageio.NET/imageio.NET.Unix.rsp @src/warnings.NET/warnings.NET.Unix.rsp @src/System.Complex/System.Complex.Unix.rsp @src/PyType.NET/PyType.NET.Unix.rsp @src/torchfile.NET/torchfile.NET.Unix.rsp @src/micrograd.NET/micrograd.NET.Unix.rsp @src/DotnetExtensions/DotnetExtensions.Unix.rsp

0 commit comments

Comments
 (0)