Matthew Jones
Matthew Jones
### Discussed in https://github.com/NVIDIA/cuQuantum/discussions/53 Originally posted by **rht** May 12, 2023 I was benchmarking cuTensorNet and opt_einsum on the QFT and QAOA circuit, and I found the former to be...
### Discussed in https://github.com/NVIDIA/cuQuantum/discussions/52 #### See https://github.com/NVIDIA/cuQuantum/discussions/52#discussioncomment-7108092 > As an example, if the workload required many batches of expectation values be calculated for the reduction, that would make a difference....
It is often the case, when running workloads, tests, etc., that Dask will engage in intermittent work stealing. The work stealing typically results in undefined behavior as a GPU processes...
Currently, RAPIDS deploys a forked version of this repository with additions that support a few things: 1. New Random Forests (RF) interface in XGBoost 2. Ingest of `dask-cudf` objects 3....
GKlib no longer compiles with -fPIC, breaking downstream libraries that link to it where symbol relocation is required. When adding `cmake/GKlibSystem.cmake` to the `include(...)`s, the compiler definition `NO_X86` breaks arm64...