Skip to content
Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
f19e36b
First attempt at philox
RAMitchell Sep 30, 2025
ebd31c7
Tests passing
RAMitchell Oct 1, 2025
d7387dc
Efficient discard operator
RAMitchell Oct 6, 2025
ff140ea
Use cuda::std::array
RAMitchell Oct 6, 2025
3ab8e69
Use fast mulhilo from cccl
RAMitchell Oct 6, 2025
a3e594a
Revert "Use fast mulhilo from cccl"
RAMitchell Oct 6, 2025
267bc34
Use internal mulhi implementation
RAMitchell Oct 10, 2025
563bf20
Add philox to libcu++
RAMitchell Oct 10, 2025
ac14e16
Add more tests
RAMitchell Oct 13, 2025
a0ecbe0
Remove thrust stuff
RAMitchell Oct 13, 2025
26108bc
Change doc code style
RAMitchell Oct 13, 2025
40446b1
More comments
RAMitchell Oct 13, 2025
22f6968
Review comments
RAMitchell Oct 14, 2025
4267c93
Add static definitions
RAMitchell Oct 14, 2025
04d8416
More review comments
RAMitchell Oct 14, 2025
087ee96
Fix cpp17 build
RAMitchell Oct 14, 2025
88abbd8
Remove random header
RAMitchell Oct 15, 2025
293e395
Merge branch 'main' of github.com:NVIDIA/cccl into philox
RAMitchell Oct 15, 2025
96fa426
More review comments
RAMitchell Oct 15, 2025
753dd61
Optimize discard
RAMitchell Oct 15, 2025
26335c3
Member variable naming convention
RAMitchell Oct 15, 2025
de50c01
Try to fix nvrtc
RAMitchell Oct 15, 2025
a56355d
Style changes
RAMitchell Oct 15, 2025
9a6ea3b
Allow constexpr
RAMitchell Oct 15, 2025
74b8f7b
Review comments
RAMitchell Oct 16, 2025
9e1e8f0
More review comments
RAMitchell Oct 17, 2025
a6c6a80
Improve constexpr testing
RAMitchell Oct 17, 2025
f07029e
More fixes
RAMitchell Oct 17, 2025
f198366
Reorganise tests
RAMitchell Oct 20, 2025
a10c71f
Move some tests around, test all public method return types/noexcept
RAMitchell Oct 20, 2025
989a39c
Fix MSVC/clang builds
RAMitchell Oct 20, 2025
c8315a0
Try to appease GCC 7
RAMitchell Oct 20, 2025
053d40d
Missed one
RAMitchell Oct 20, 2025
13119a0
Review comments
RAMitchell Oct 20, 2025
226f831
Review comments
RAMitchell Oct 21, 2025
0c058f1
Don't include iostream
RAMitchell Oct 23, 2025
a716c3d
Review comments
RAMitchell Oct 27, 2025
8be223b
Add reference values
RAMitchell Oct 27, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading