Skip to content

Commit 0981ab1

Browse files
authored
Revert "chore: enforce matching cub filter abi (#6193)" (#6195)
This reverts commit a8b9c0b. Signed-off-by: Alexander Droste <alexander.droste@protonmail.com>
1 parent a8b9c0b commit 0981ab1

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

vortex-cuda/cub/kernels/filter.cu

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
#include <cuda_runtime.h>
1010
#include <stdint.h>
1111

12-
// The include is done to ensure C API definitions match declarations.
13-
// Otherwise, the implementation could diverge from the declaration causing
14-
// silent ABI breaks. This is crucial to keep rust bindgen in sync.
15-
#include "filter.h"
16-
1712
// Bit extraction functor for TransformInputIterator
1813
struct BitExtractor {
1914
const uint8_t* packed;

0 commit comments

Comments
 (0)