Skip to content

Commit

Permalink
revert doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-haibin-lin authored Jul 6, 2020
1 parent b34f9f9 commit a410dd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dev/virtual_machine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ them on the runtime. Graph runtime provides a fast execution experience but only
subset of Relay programs.

An alternative but not-standard approach is Relay's ahead-of-time compiler,
which compiles a Relay program into a shared library containing an ahead-of-time
implementation. The ahead-of-time compiler provides compelling performance
which compiles a Relay program into a shared library containing an ahead-
of-time implementation. The ahead-of-time compiler provides compelling performance
but is difficult to extend and instrument, which can only be done by modifying the
code generation and optimization mechanisms.

Expand Down

0 comments on commit a410dd5

Please sign in to comment.