koschasialis
koschasialis
Hello, I tried to run "movielens_grizzly.py" but I got the following error: weld_type = grizzly_impl.numpy_to_weld_type_mapping[dtype] KeyError: '|S1' Is this a known issue? Thanks in advance.
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() ``` map( tovec( result(...
I am trying to run a UDF pipeline on a dataset using Weld (or grizzly, I suppose). Grizzly, however, (as far as I know) does not offer an optimized function...