Skip to content

Commit

Permalink
add output format to ndk build func (apache#2999)
Browse files Browse the repository at this point in the history
  • Loading branch information
eqy authored and wweic committed Apr 11, 2019
1 parent 46df05e commit d948a1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/tvm/contrib/ndk.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,6 @@ def create_shared(output,
msg = "Compilation error:\n"
msg += py_str(out)
raise RuntimeError(msg)

# assign output format
create_shared.output_format = "so"

0 comments on commit d948a1f

Please sign in to comment.