Skip to content

Commit

Permalink
Fix windows build (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
yinggeh authored Aug 21, 2024
1 parent ae99d04 commit 13b6046
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/tritonserver_stub.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1075,6 +1075,26 @@ TRITONSERVER_MetricFamilyDelete()
{
}

TRITONAPI_DECLSPEC void
TRITONSERVER_GetMetricFamilyKind()
{
}

TRITONAPI_DECLSPEC void
TRITONSERVER_MetricArgsNew()
{
}

TRITONAPI_DECLSPEC void
TRITONSERVER_MetricArgsSetHistogram()
{
}

TRITONAPI_DECLSPEC void
TRITONSERVER_MetricArgsDelete()
{
}

TRITONAPI_DECLSPEC void
TRITONSERVER_MetricNew()
{
Expand Down

0 comments on commit 13b6046

Please sign in to comment.