Skip to content

Commit 607ae46

Browse files
authored
Minor edits to exla docs (#1485)
1 parent f4dafaf commit 607ae46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exla/lib/exla.ex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ defmodule EXLA do
139139
140140
### GPU Runtime Issues
141141
142-
GPU Executions run in dirty IO threads, which have a considerable smaller
142+
GPU Executions run in dirty IO threads, which have a considerably smaller
143143
stack size than regular scheduler threads. This may lead to problems with
144144
certain CUDA or cuDNN versions, leading to segmentation fails. In a development
145145
environment, it is suggested to set:
@@ -156,11 +156,11 @@ defmodule EXLA do
156156
That's because when the Erlang VM runs as root, it has to manage
157157
all child programs.
158158
159-
At the same time, Google XLA's shells out to child programs and
159+
At the same time, Google's XLA shells out to child programs and
160160
must retain control over how child programs terminate.
161161
162162
To address this, simply make sure you wrap the Erlang VM in
163-
another process, such as the shell one. In other words, if you
163+
another process, such as a shell process. In other words, if you
164164
are using releases, instead of this:
165165
166166
CMD path/to/release start

0 commit comments

Comments
 (0)