Skip to content

Commit

Permalink
kCustomBegin overlapped with kExtEnd; incr by 1 (apache#3250)
Browse files Browse the repository at this point in the history
This was a typo in the original custom datatypes PR.
  • Loading branch information
gussmith23 authored and wweic committed Jun 27, 2019
1 parent b03ecb5 commit 3bd0b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tvm/runtime/c_runtime_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ typedef enum {
kExtReserveEnd = 64U,
kExtEnd = 128U,
// The rest of the space is used for custom, user-supplied datatypes
kCustomBegin = 128U,
kCustomBegin = 129U,
} TVMTypeCode;

/*!
Expand Down

0 comments on commit 3bd0b35

Please sign in to comment.