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
See the docstring for Mooncake.IntrinsicsWrappers (once #386 is merged). In short, we misuse Julia's dispatch in the usual way to implement rules for Core.IntrinsicFunctions. Constant propagation has improved greatly since I originally wrote this code, and it might be time to revisit the current decision.
The text was updated successfully, but these errors were encountered:
See the docstring for
Mooncake.IntrinsicsWrappers
(once #386 is merged). In short, we misuse Julia's dispatch in the usual way to implement rules forCore.IntrinsicFunctions
. Constant propagation has improved greatly since I originally wrote this code, and it might be time to revisit the current decision.The text was updated successfully, but these errors were encountered: