yekuang
yekuang
Seems related to https://github.com/delta-io/delta-rs/issues/2301 and https://github.com/delta-io/delta-rs/issues/2592
> @k-ye can you try deltalake 0.19.1 please and report back if you see improvements I've done a few tests: - On a U.S. machine (but not on AWS), this...
> I have the same issue, @k-ye were you able to solve this? Hi @shriram-louisa , Sorry I didn't follow up on this. We were just testing the water when...
FYI you can track Chrome's support status of WebGPU in https://chromestatus.com/feature/6213121689518080. It doesn't mention mobile Chrome yet, but this is almost a guaranteed thing.
Hmm, LLVM keeps biting at us. I wonder if TVM has some better experience managing the LLVM dependencies..? (cc @masahi )
> That said, TVM has many #if TVM_LLVM_VERSION >= 110 etc to cope with many versions of LLVM with their annoying breaking API changes. Ha, I was wondering how TVM...
> Perhaps the version of clang does not have to match that of LLVM, since we use clang to compile runtime.cpp and Taichi itself, which should give consistent results over...
Submitting high quality issues like this one is already a great help to us, thank you! :-)
Hi @ifsheldon , Thanks for reporting this. I took a look and it was indeed the global data access rule being the problem. Taking the simpler `#1` as an example:...
Yeah, it's likely that this is a bug due to a combination of recursive structures and control flows. I was suggesting to R/W to different locations when you do the...