You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Once you have cloned the repository, you can build the parser libraries and exec
61
61
// Ensure that you update your LD_LIBRARY_PATH to pick up the location of the newly built library:
62
62
export LD_LIBRARY_PATH=$PWD:$LD_LIBRARY_PATH
63
63
64
-
For building only the libraries, append `-DBUILD_LIBRARY_ONLY=1` to the CMake build command.
64
+
For building only the libraries, append `-DBUILD_LIBRARY_ONLY=1` to the CMake build command. If your model has Gather or GatherElements operations with negative indices, add `-DSUPPORT_NEGATIVE_GATHER` to the build command. Note that enabling negative-indices gather will have a performance impact on gathers with non-negative indices.
0 commit comments