Skip to content

Commit 18f8dc3

Browse files
committed
Feat: add activemask, warp shuffles, reductions, votes, and matches
1 parent eaa6204 commit 18f8dc3

File tree

5 files changed

+786
-0
lines changed

5 files changed

+786
-0
lines changed

crates/cuda_std/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Notable changes to this project will be documented in this file.
44

5+
## Unreleased
6+
7+
- Added warp shuffles, matches, reductions, and votes in the `warp` module.
8+
- Added `activemask` in the `warp` module to query a mask of the active threads.
9+
510
## 0.2.2 - 2/7/22
611

712
- Thread/Block/Grid index/dim intrinsics now hint to llvm that their range is in some bound declared by CUDA. Hopefully allowing for more optimizations.

0 commit comments

Comments
 (0)