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
Note that switching let weights to const WEIGHTS doesn't seems to help.
proppy
changed the title
ir_conver should evaluate inline array RHS as const expr in proc config functions
ir_conver should recognize inline array as valid RHS const expr in proc config functions
Nov 28, 2024
proppy
changed the title
ir_conver should recognize inline array as valid RHS const expr in proc config functions
ir_convert should recognize inline array as valid RHS const expr in proc config functions
Nov 28, 2024
Describe the bug
In the context of a proc
config
function, it seems thatir_convert
doesn't recognize inline array definitions as const expr .To Reproduce
Attempting to convert the following proc:
will produce the following error:
Expected behavior
ir_convert infer the
const expr
-ness for the array let binding.The text was updated successfully, but these errors were encountered: