Explorar o código

doc: fix the spelling of "STARPU_DISABLE_ASYNCHRONOUS_COPY".

Cyril Roelandt %!s(int64=13) %!d(string=hai) anos
pai
achega
4dc1fe0a41
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      doc/chapters/basic-api.texi

+ 1 - 1
doc/chapters/basic-api.texi

@@ -118,7 +118,7 @@ This can also be specified with the @code{STARPU_SINGLE_COMBINED_WORKER} environ
 @item @code{int disable_asynchronous_copy} (default = 0)
 This flag should be set to 1 to disable asynchronous copies between
 CPUs and accelerators. This can also be specified with the
-@code{DISABLE_STARPU_ASYNCHRONOUS_COPY} environment variable.
+@code{STARPU_DISABLE_ASYNCHRONOUS_COPY} environment variable.
 The AMD implementation of OpenCL is known to
 fail when copying data asynchronously. When using this implementation,
 it is therefore necessary to disable asynchronous data transfers.