Bradley Dice

Results 464 comments of Bradley Dice

@msarahan Should this be finished or closed? Is the content still accurate or has it changed?

@AyodeAwe Hmm. I will need to dig into this again to figure out the problem but I have a lot on my plate at the moment. If you want to...

Hi @bennthomsen, thanks for filing an issue. For performance reasons, projects are cached. You can update the cache by calling this method: https://docs.signac.io/projects/dashboard/en/latest/api.html#signac_dashboard.Dashboard.update_cache

> When/if we can get rid of resource pointers altogether, it will be impossible to pass a nullptr here. Yes, that is still the intended pathway to resolve this. There...

@aamijar See the conda C++ build logs for the build metrics reports: https://github.com/rapidsai/cuvs/actions/runs/15453622193/job/43501422197#step:14:31 The HTML report here (https://downloads.rapids.ai/ci/cuvs/pull-request/971/59cb596/cuda12_x86_64.compile_lib.html) shows some data for the new files: ``` CMakeFiles/cuvs_objs.dir/src/distance/detail/pairwise_matrix/dispatch_dice_float_float_float_int.cu.o 8.331 s 3.280...

I'll transfer this into a cudf issue. I think there are some similar issues reported in the past, I will look for those and link them here.

Let's try the debugging steps listed here: https://github.com/rapidsai/cudf/issues/17590#issuecomment-2578591770 Can you share the output of this command? ```python import numba.cuda print(numba.cuda.cudadrv.driver.locate_driver_and_loader()) print(numba.cuda.cudadrv.driver.driver.cuInit(0)) ``` One other note, which is probably unrelated to...

A few other notes that may be helpful in debugging: Can you share more about how you installed the CUDA Toolkit? On GeForce cards, forward compatibility is not supported. That...