-
Do you have any plans to get [Thrust](https://github.com/thrust/thrust) compiling with cuda-on-cl?
-
```
On line 28 Cusp v0.2.0 file
"cusp/detail/device/generalized_spmv/coo_flat.h"
includes header file from thrust v1.5.0
"#include "
but there is no such file in thrust v1.5.0
Step to reproduce:
1. D…
-
```cpp
#include
#include
#include
#include
#include
// https://forums.developer.nvidia.com/t/all-non-zero-element-indexes/164658
// thrust::device_ptr dev_ptr = thrust::device_po…
-
Hi there,
I have a question. I have a HITL setup of DJI M300, and I am saving data by recording these topics using rosbag: dji_osdk_ros/attitude, dji_osdk_ros/imu, dji_osdk_ros/local_position and d…
-
### Problem Description
[One of rocThrust's tests](https://github.com/ROCm/rocThrust/blob/develop/testing/scan.cu#L531) for the scan algorithm is failing right after the ROCm 6.2.1 release. During …
-
**What needs to be cleaned up?**
Abilities are basically a cobbled together version of the Entity-Component System architecture, with various game objects being the entities and the abilities being…
-
```
On line 28 Cusp v0.2.0 file
"cusp/detail/device/generalized_spmv/coo_flat.h"
includes header file from thrust v1.5.0
"#include "
but there is no such file in thrust v1.5.0
Step to reproduce:
1. D…
-
We realized that we do not have tests for thrust::optional in the repo.
We should add them
-
```
On line 28 Cusp v0.2.0 file
"cusp/detail/device/generalized_spmv/coo_flat.h"
includes header file from thrust v1.5.0
"#include "
but there is no such file in thrust v1.5.0
Step to reproduce:
1. D…
-
~~Once #2389 is merged,~~ `thrust::transform` queries a trait in libcu++ whether it is safe to make copies of the arguments to the transformation function before passing them. This allows various opti…