File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 6060 cp -r ./CppSharp/bin/Release_x64/libCppSharp.CppParser.so ./CppSharp/bin/Release_x64/libStd-symbols.so ./CppSharp/bin/Release_x64/lib .
6161
6262 ./CppSharp/bin/Release_x64/CppSharp.CLI
63- mkdir output && ./CppSharp/bin/Release_x64/CppSharp.CLI -g csharp -o ./output/ -I=core/include/triton/core core/include/triton/core/tritonserver.h core/include/triton/core/tritonbackend.h core/include/triton/core/tritoncache.h core/include/triton/core/tritonrepoagent.h
63+ mkdir output && ./CppSharp/bin/Release_x64/CppSharp.CLI -g csharp -p linux -a x64 - o ./output/ core/include/triton/core/tritonserver.h core/include/triton/core/tritonbackend.h core/include/triton/core/tritoncache.h core/include/triton/core/tritonrepoagent.h
6464
6565
6666 #DOTNETSDKVER=$(dotnet --version)
7979 #find CppSharp/bin -name "*.dll" -o -name "*.so" -exec cp {} . ';'
8080 #./tritonservercppsharp
8181 #strace -ff dotnet tritonservercppsharp.exe || true
82+ echo BEFORE
8283 mkdir -p bin/x64/Debug/net8.0
8384 cp -r lib bin/x64/Debug/net8.0/lib
84- LD_PRELOAD=$PWD/libCppSharp.CppParser.so:$PWD/libStd-symbols.so dotnet run
85+ LD_PRELOAD=$PWD/libCppSharp.CppParser.so:$PWD/libStd-symbols.so strace -f dotnet run
8586
8687
8788# - uses: actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments