Dynamically disable CuArray scalar operations #276
Labels
GPU 👾
Where Oceananigans gets its powers from
performance 🏍️
So we can get the wrong answer even faster
https://github.com/climate-machine/Oceananigans.jl/blob/fc12f60371eb0df7ba3d088771ddc25c0f258de6/src/Oceananigans.jl#L154
@maleadt pointed out that this line might only execute when the package is precompiled so if we really want to enforce no scalar operations, we should do this in an
init.jl
file or in theModel
constructor or something.The text was updated successfully, but these errors were encountered: