Paul Taylor
Paul Taylor
@dan-gamble looks like they moved the files around in git for font-awesome 5.0, and now this is failing our CI builds: ```sh npm ERR! execute Error: Command failed: npm install...
@ghermeto yeah, I should probably PR an update to the docs about extending Observable. I also wrote about lift in [this comment](https://github.com/ReactiveX/rxjs/issues/2911#issuecomment-344475707) recently, which includes some interesting links. At the...
The [new `kv_store_t` constructor](https://github.com/rapidsai/cugraph/pull/4404/files#diff-2dd0046c3b6293ec7dbc6be602d5633ec3a7cfd9026e441aadbd63a0a8fab017R948-R971) is necessary because there are code paths that attempt to construct a `thrust::tuple` [from a scalar (`invalid_vertex_id::value` here)](https://github.com/rapidsai/cugraph/blob/af749c3974f658039b5dda5742d407835d1e30f4/cpp/src/prims/per_v_transform_reduce_dst_key_aggregated_outgoing_e.cuh#L753-L759). While this [is possible](https://godbolt.org/z/anjdvY4az) in CCCL 2.2.0's version...
The [nvcc error](https://github.com/rapidsai/cugraph/actions/runs/9023529776/job/24795543523?pr=4404#step:7:1813) tells us half of the issue: ``` mg_extract_transform_e.cu(210): error: no instance of function template "cugraph::extract_transform_e" matches the argument list argument types are: (raft::handle_t, cugraph::graph_view_t, cugraph::detail::edge_major_property_view_t, cugraph::detail::edge_minor_property_view_t, cugraph::edge_dummy_property_view_t,...
It looks like the main build is working, but the wheel builds are blocked by https://github.com/rapidsai/cugraph/pull/4436?
[Seems like](https://github.com/rapidsai/cuvs/actions/runs/9036982176/job/24835026440?pr=114#step:7:1803) raft headers have code that triggers warnings. Since the `pip` builds add raft as a CMake submodule, the raft includes are added as `-I` instead of `-isystem`, so...
Need to add the following as repo variables in order to use [rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml](https://github.com/rapidsai/shared-workflows/blob/branch-24.06/.github/workflows/build-in-devcontainer.yaml): ``` AWS_ROLE_ARN=arn:aws:iam::279114543810:role/gha-oidc-NVIDIA AWS_REGION=us-east-2 ```
[We successfully failed to build RMM!](https://github.com/NVIDIA/cccl/actions/runs/8824656977/job/24227569377#step:7:2046) :tada: