Bradley Dice

Results 467 comments of Bradley Dice

@lmeyerov `cudf` doesn't fall back to CPU so you'd never see this with normal `cudf` usage. Only `cudf.pandas` has CPU fallback behavior. Can you clarify what you mean?

Good feedback! There are a few cases in I/O where cudf does not offer a GPU-accelerated reader/writer for every format. That's the only exception I can think of right now...

I had a call with a couple folks from Sentry (who create Codecov), Sabiha and Vlad. We talked through a few topics related to coverage in RAPIDS. - Codecov's carryforward...

Amazing! Thanks @AyodeAwe. I will circle back and try this again soon. I think we may get nightly coverage reports for `branch-24.06` since that's currently active in CI, but most...

I'd love to know if this has any impact on #7314. 🤔

The most-correct answer is probably to respect `$TZDIR` if it is set, according to https://github.com/ogham/exa/issues/856. If we respected `$TZDIR`, it would also give the conda package `tzdata` a way to...

We could do that. If we do, I would want to make sure of two things: - Setting `$TZDIR` to `$CONDA_PREFIX/share/zoneinfo` works as expected and uses data from the `tzinfo`...

> Can we rapids-reviser this (or at least create an issue)? I assume it affects all RAPIDS repos. I applied this fix across repos. The new PRs link to this...

@Borda Is there something specific that you want to see changed? It would be helpful to share more of the motivation for this PR. I see you added the pre-commit...