We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fdc377 commit 07a40eaCopy full SHA for 07a40ea
.github/workflows/tritonservercppsharp.yml
@@ -22,7 +22,7 @@ jobs:
22
void CppSharp.ILibrary.Setup(CppSharp.Driver driver) { }
23
void Setup(CppSharp.Driver driver) {
24
var options = driver.Options;
25
- options.GeneratorKind = GeneratorKind.CSharp;
+ options.GeneratorKind = CppSharp.Generators.GeneratorKind.CSharp;
26
var module = options.AddModule("TritonServerCppSharp");
27
module.IncludeDirs.Add("core/include");
28
module.Headers.Add("triton/core/tritonserver.h");
0 commit comments