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 60
60
cp -r ./CppSharp/bin/Release_x64/libCppSharp.CppParser.so ./CppSharp/bin/Release_x64/libStd-symbols.so ./CppSharp/bin/Release_x64/lib .
61
61
62
62
./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
64
64
65
65
66
66
#DOTNETSDKVER=$(dotnet --version)
79
79
#find CppSharp/bin -name "*.dll" -o -name "*.so" -exec cp {} . ';'
80
80
#./tritonservercppsharp
81
81
#strace -ff dotnet tritonservercppsharp.exe || true
82
+ echo BEFORE
82
83
mkdir -p bin/x64/Debug/net8.0
83
84
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
85
86
86
87
87
88
# - uses: actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments