weld icon indicating copy to clipboard operation
weld copied to clipboard

High-performance runtime for data analytics applications

Results 75 weld issues
Sort by recently updated
recently updated
newest added

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.

Bumps [numpy](https://github.com/numpy/numpy) from 1.18.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

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...

While running the ```python setup.py develop``` command under weld-python on Fedora. We found the following error: ``` Fresh uuid v0.7.4 Fresh llvm-sys v60.4.1 Compiling weld v0.4.0 (/home/zyu/weld/weld) Running `/home/zyu/weld/weld-python/target/debug/build/weld-6c83ee8deea2cb14/build-script-build` error:...

Hi @sppalkia ! How can I use REPL to convert a weld program containing CUDFs to generate LLVM code? Thank!

When I try to build the example udfs and run it , I got error: LLVM ERROR: Program used external function 'add_five' which could not be resolved! I figure that...

https://github.com/weld-project/weld/blob/dcbba9a45ae2a190b31badec530ea54a58437606/python/grizzly/grizzly/common.h#L4 not available on non-x86 archs, will cause build err FYI: example fix: https://github.com/suijingfeng/vkQuake3/blob/master/code/SDL2/include/SDL_cpuinfo.h#L85

Python 2 is [discontinued](https://www.python.org/doc/sunset-python-2/)

I construct a test which uses a vector containing struct. But the length of result is 0. When I change the input data to i32 vector, the length of result...