Shoumik Palkar

Results 24 comments of Shoumik Palkar

Hey Radu, is this using the new or old backend? Shoumik On Mon, Sep 3, 2018 at 5:52 AM Radu wrote: > This produces wrong result on evaluation: > >...

Ah, this version of Grizzly is outdated/not supported. We’ve been working on a ground up rewrite that isn’t published on PyPi yet, but you can install it from source here:...

Try removing the i64 cast in the last case (so it’s just n * 2L), the issue is probably that we don’t support casting in the vectorizer at the moment....

Thanks for your interest in Weld! Currently, none of us are actively working on the project, though I hope to return to it as a side project at some point....

Hey Mihai, Can you send me the dumps you get when you set the `weld.compile.dumpCode` configuration option to `true`? It should dump the LLVM, optimized Weld code, and assembly. One...

Hi @eyalroz, `WELD_HOME` is no longer necessary. Go to the top-level weld repo and just run `cargo build --release`, and you should get the libraries in `target/release/`. Can you confirm...

Ah okay — will look into it.

Awesome! We just started a chat forum here: https://spectrum.chat/weld, where we can discuss some ideas. There's a ton of stuff to do depending on what your interests are, ranging from...

Interesting -- looks like it can't find LLVM. Is this the command that runs when doing `cargo build`? A few simple things to check: * Make sure `llvm-config` is found...

This is being worked on! Expect to see it in a day or two, it’s just about complete — we are also dropping support for Python 2 and switching completely...