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
However, obj_id is retrieved during runtime and I do not know how to do what using weld-capi.
Basically my question is how to write a unique() function using weld-ir that can be compiled and called using weld-capi.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hello,
I want to implement the grizzly_impl.unique() function using weld-capi.
After looking at the grizzly_impl.py code I found out that this is the code for unique()
However, obj_id is retrieved during runtime and I do not know how to do what using weld-capi.
Basically my question is how to write a unique() function using weld-ir that can be compiled and called using weld-capi.
Thanks in advance!
The text was updated successfully, but these errors were encountered: