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
This issue was found in #112. When running the examples, a scalar indexing issue was encountered during integration. Specifically, this can be traced back to the integrate function (refer to analysis_dg1d.jl, analysis_dg2d.jl, and analysis_dg3d.jl in the callbacks_step directory).
An MWE can be easily reproduced by setting CUDA.allowscalar(false) at the top of any example script.
Also, it can be further traced down to this example:
This issue was found in #112. When running the examples, a scalar indexing issue was encountered during integration. Specifically, this can be traced back to the
integrate
function (refer toanalysis_dg1d.jl
,analysis_dg2d.jl
, andanalysis_dg3d.jl
in thecallbacks_step
directory).An MWE can be easily reproduced by setting
CUDA.allowscalar(false)
at the top of any example script.Also, it can be further traced down to this example:
Currently, this issue is skipped by setting
CUDA.allowscalar(true)
.The text was updated successfully, but these errors were encountered: