aucahuasi
aucahuasi
Hi @randerzander, thanks for using BlazingSQL! As far I know, you need to be authenticated with google, you can try this: `gcloud auth application-default login` Or if you prefer you...
Review our cuda compilation flags and check how cuml is handling the compatibility support across gpus with a single build: cuML example for GPU Archs: https://github.com/rapidsai/cuml/blob/branch-0.14/cpp/CMakeLists.txt#L225 And the conda build...
Hi @lucharo thanks for this report! I think I know the reason, the kerberos file/ticket `/tmp/krb5cc_132855` needs to be located in all the nodes where dask is running. For instance:...
I tried to build this branch with the next cmake options: ```cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_LIBDIR=lib -DARROW_PYTHON=ON -DARROW_INSTALL_NAME_RPATH=OFF -DARROW_EXTRA_ERROR_CONTEXT=ON -DARROW_CUDA=OFF -DARROW_NO_DEPRECATED_API=OFF -DARROW_BUILD_STATIC=OFF -DARROW_INSTALL_NAME_RPATH=ON -DARROW_USE_LD_GOLD=ON -DARROW_USE_CCACHE=ON -DARROW_USE_ASAN=OFF -DARROW_USE_TSAN=OFF -DARROW_USE_UBSAN=OFF -DARROW_BUILD_EXAMPLES=ON -DARROW_BUILD_TESTS=ON -DARROW_TEST_MEMCHECK=OFF -DARROW_ENABLE_TIMING_TESTS=ON...
Thank you all for the review, I sent some changes!
> @aucahuasi Did you validate that it fixes the Valgrind issues? Yes, that was the first thing I did! 👍 Here is the output that I ran yesterday using the...
LGTM! For the next PRs, would be great to invest a bit to improve even more the error handling: to provide more context to the user in the case of...
> * CI seems to fail? I've fixed most of the errors; however, it seems there are some that are unrelated to the changes in this PR. > * Are...
> @aucahuasi on that note... CHANGELOG :) I've updated the changelog, thanks!
> #548 is landing, may help w/ CI fails Awesome, I've just update this PR with those changes.