- Kansas City, MO
- https://bradleydice.com
- @Bradley_Dice
Block or Report
Block or report bdice
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
glotzerlab/freud Public
Powerful, efficient particle trajectory analysis in scientific Python.
-
glotzerlab/signac Public
Manage large and heterogeneous data spaces on the file system.
-
advanced-data-mining-project Public
Community Detection on Higher-Order Networks: Identifying Patterns in US Air Traffic
-
glotzerlab/hoomd-blue Public
Molecular dynamics and Monte Carlo soft matter simulation on GPUs.
-
2,830 contributions in the last year
Activity overview
Contribution activity
May 2023
Created 51 commits in 18 repositories
Created 3 repositories
- bdice/numba Python
- bdice/cibuildwheel-imgs Dockerfile
- bdice/Auto-GPT Python
Created a pull request in numba/numba that received 22 comments
Import MVC packages when using MVCLinker.
Closes #8977.
The previous behavior conditionally imported ptxcompiler
and cubinlinker
when importing numba.cuda
. This PR changes that behavior to …
Opened 49 other pull requests in 24 repositories
rapidsai/cuml
4
open
1
closed
2
merged
rapidsai/cudf
5
merged
1
open
- Patch numba if it is imported first to ensure minor version compatibility works.
- Refactor sort_by_values to sort_values, drop indices from return values.
- Use <NA> instead of null to match pandas.
- Drop extraneous dependencies from cudf conda recipe.
- Add cudf::stable_distinct public API, tests, and benchmarks.
- Fix gtest pinning to 1.13.0.
rapidsai/rmm
4
merged
1
open
rapidsai/shared-action-workflows
3
merged
1
open
rapidsai/docs
3
merged
rapidsai/integration
2
merged
rapidsai/rapids.ai
2
merged
rapidsai/cugraph
1
closed
1
merged
glotzerlab/signac
2
merged
glotzerlab/synced_collections
2
merged
rapidsai/cucim
1
open
rapidsai/kvikio
1
open
numba/numba
1
merged
rapidsai/mambaforge-cuda
1
merged
rapidsai/ci-imgs
1
open
rapidsai/cibuildwheel-imgs
1
merged
rapidsai/rapids-cmake
1
open
glotzerlab/signac-docs
1
closed
rapidsai/raft
1
merged
rapidsai/cuspatial
1
closed
NVIDIA/libcudacxx
1
merged
conda-forge/conda-forge-pinning-feedstock
1
open
jakirkham-feedstocks/cuda-nvcc-feedstock
1
merged
rapidsai/deployment
1
merged
Reviewed 103 pull requests in 30 repositories
rapidsai/cudf
25 pull requests
- Fix writing of ORC files with empty rowgroups
- Allow pd.ArrowDtype in cudf.from_pandas
- Fix cudf::repeat logic when count is zero
-
Add
abs
function to apply -
Reject functions without bytecode from
_can_be_jitted
in GroupBy Apply - Refactor sort_by_values to sort_values, drop indices from return values.
- Patch numba if it is imported first to ensure minor version compatibility works.
- Separate io-text and nvtext pytests into different files
- Allow newer scikit-build
- Inline Cython exception handler
- Use std::overflow_error when output would exceed column size limit
- cuDF numba cuda 12 updates
- Implement Python drop_duplicates with cudf::stable_distinct.
- Require numba >= 0.57
- Fix groupby head/tail for empty dataframe
- Add cudf::stable_distinct public API, tests, and benchmarks.
- Fix unused argument errors in nvcc 11.5
- Remove numba JIT kernel usage from dataframe copy tests
- Fix unused parameter warning/error in parquet/page_data.cu
- Add tz_convert method to convert between timestamps
-
Correctly set bitmask size in
from_column_view
- Remove all references to UNKNOWN_NULL_COUNT in Python
-
Add row-wise filtering step to
read_parquet
-
Automatically select
GroupBy.apply
algorithm based on if the UDF is jittable -
Refactor
transform_lists_of_structs
inrow_operators.cu
- Some pull request reviews not shown.
rapidsai/cuml
7 pull requests
glotzerlab/signac-flow
5 pull requests
glotzerlab/signac
5 pull requests
rapidsai/docs
4 pull requests
rapidsai/rapids-cmake
4 pull requests
glotzerlab/synced_collections
4 pull requests
rapidsai/rmm
3 pull requests
glotzerlab/signac-dashboard
3 pull requests
conda-forge/cuda-nvcc-feedstock
2 pull requests
rapidsai/raft
2 pull requests
rapidsai/kvikio
1 pull request
NVIDIA/cuCollections
1 pull request
numba/numba
1 pull request
rapidsai/cugraph
1 pull request
rapidsai/mambaforge-cuda
1 pull request
glotzerlab/signac-docs
1 pull request
rapidsai/shared-action-workflows
1 pull request
conda-forge/ucx-split-feedstock
1 pull request
rapidsai/jitify
1 pull request
conda-forge/ptxcompiler-feedstock
1 pull request
conda-forge/staged-recipes
1 pull request
vyasr/rapids_dependencies
1 pull request
adibbley/cuda-nvcc-feedstock
1 pull request
NVIDIA/libcudacxx
1 pull request
Created an issue in Kaggle/docker-python that received 4 comments
cuML fails to import with undefined symbol: cublasLtGetStatusString, version libcublasLt.so.11
v132
Docker images. It raises an error on import:
ImportError: /opt/conda/lib/python3.10/site-packages/cuml…