We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad15050 commit 3cd1154Copy full SHA for 3cd1154
1 file changed
src/library/mainpage.h
@@ -127,7 +127,7 @@ explicitly flush the command queues that are passed by reference to it. It pushe
127
command queues and returns the modified queues to the client. The client is free to issue its own blocking
128
logic using OpenCL synchronization mechanisms or push further work onto the queue to continue processing.
129
130
-@subsection Environment variables
+@subsection EnvVariables Environment variables
131
The clFFT library looks for the definition of 2 environment varibles. One is CLFFT_CACHE_PATH. If this
132
variable is defined, then the library caches OpenCL binaries. This will enable a subsequent application run
133
of the same type of transforms to avoid going through the expensive compile step. Instead, the stored
0 commit comments