File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 var options = driver.Options;
2929 options.GeneratorKind = CppSharp.Generators.GeneratorKind.CSharp;
3030 var module = options.AddModule("tritonserver");
31+ options.OutputDir = "output2";
3132 module.IncludeDirs.Add(".");
3233 module.IncludeDirs.Add("core/include");
3334 module.Headers.Add("core/include/triton/core/tritonserver.h");
5657
5758 cp -r ./CppSharp/bin/Release_x64/libCppSharp.CppParser.so ./CppSharp/bin/Release_x64/libStd-symbols.so ./CppSharp/bin/Release_x64/lib .
5859
59- ./CppSharp/bin/Release_x64/CppSharp.CLI -m tritonserver -g csharp -p linux -a x64 -o ./output / -I=core/include core/include/triton/core/tritonserver.h core/include/triton/core/tritonbackend.h core/include/triton/core/tritoncache.h core/include/triton/core/tritonrepoagent.h
60+ ./CppSharp/bin/Release_x64/CppSharp.CLI -m tritonserver -g csharp -p linux -a x64 -o ./output1 / -I=core/include core/include/triton/core/tritonserver.h core/include/triton/core/tritonbackend.h core/include/triton/core/tritoncache.h core/include/triton/core/tritonrepoagent.h
6061 echo AFTER CLI
6162
6263 mkdir -p bin/x64/Release/net8.0
6768 - uses : actions/upload-artifact@v4
6869 with :
6970 path : |
70- output/
71- Std.cs
72- TritonServerCppSharp.cs
71+ output1/
72+ output2/
You can’t perform that action at this time.
0 commit comments