File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments