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
In some functions, e.g. gen_access_expr, strings are still parsed into QuoteNodes. Ideally, this should be done directly through the Expr() syntax instead.
The text was updated successfully, but these errors were encountered:
These instances are now gone with #40. The only remaining Meta.parse calls are now in the GPU kernel functions which would be cumbersome to type as expressions, and in the test model, where it should be allowed anyways.
In some functions, e.g.
gen_access_expr
, strings are still parsed intoQuoteNodes
. Ideally, this should be done directly through the Expr() syntax instead.The text was updated successfully, but these errors were encountered: