You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GPU support requires type stability of Float32 to achieve better performance. But Trixi.jl lacks type stability for Float32, and it causes errors in some GPU kernels during compilation. It's good to address type stability in PDE equations and their related flux functions first.
GPU support requires type stability of
Float32
to achieve better performance. But Trixi.jl lacks type stability forFloat32
, and it causes errors in some GPU kernels during compilation. It's good to address type stability in PDE equations and their related flux functions first.Related Issue:
trixi-framework/Trixi.jl#591
Related PRs:
trixi-framework/Trixi.jl#1938 (docs)
trixi-framework/Trixi.jl#1948 (helper)
trixi-framework/Trixi.jl#1909 (main)
The text was updated successfully, but these errors were encountered: