Skip to content

Commit

Permalink
Update backend API version
Browse files Browse the repository at this point in the history
  • Loading branch information
kthui committed Feb 22, 2024
1 parent cc9ec54 commit 86ea0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/triton/core/tritonbackend.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ struct TRITONBACKEND_Batcher;
/// }
///
#define TRITONBACKEND_API_VERSION_MAJOR 1
#define TRITONBACKEND_API_VERSION_MINOR 19
#define TRITONBACKEND_API_VERSION_MINOR 20

/// Get the TRITONBACKEND API version supported by Triton. This value
/// can be compared against the TRITONBACKEND_API_VERSION_MAJOR and
Expand Down

0 comments on commit 86ea0dd

Please sign in to comment.