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 9f94496 commit 17383acCopy full SHA for 17383ac
src/Operators/finitedifference.jl
@@ -4177,12 +4177,15 @@ end
4177
"""
4178
use_fd_shmem()
4179
4180
-Allows users to, from global scope, disable finite
+Allows users to, from global scope, enable finite
4181
difference shmem for operators that support it.
4182
+TODO: ~30% slowdown was noticed with CC 0.14.31
4183
+in Aquaplanet benchmarks. This may need attention in
4184
+future releases
4185
4186
## Usage
4187
```julia
4188
Operators.use_fd_shmem() = false
4189
```
4190
-use_fd_shmem() = true
4191
+use_fd_shmem() = false
0 commit comments