Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
e53265d
removed printf statements
NguyenNhuDi Jan 3, 2025
c81b5a4
Merge branch 'develop' of https://github.com/ROCm/rocRAND into develop
NguyenNhuDi Jan 6, 2025
e78dc2c
Merge branch 'develop' of https://github.com/ROCm/rocRAND into develop
NguyenNhuDi Feb 10, 2025
a5190f0
added test for normal_distribution2(uint2 v)
NguyenNhuDi Feb 11, 2025
9049f20
added test for normal_distribution4(uint4 v)
NguyenNhuDi Feb 11, 2025
ba8bd83
added test for normal_distribution4(longlong2 v)
NguyenNhuDi Feb 11, 2025
63057f7
made some edits
NguyenNhuDi Feb 13, 2025
5c41a62
Merge branch 'develop' of https://github.com/ROCm/rocRAND into develop
NguyenNhuDi Feb 14, 2025
0063f0e
fixed float4_out_longlong2_in_test
NguyenNhuDi Feb 18, 2025
ced1b94
combined all 3 float4 outputs into one
NguyenNhuDi Feb 18, 2025
da251c9
added some state normal dist tests
NguyenNhuDi Feb 21, 2025
7156ed0
Merge branch 'develop' of https://github.com/ROCm/rocRAND into develop
NguyenNhuDi Feb 21, 2025
c5c5827
Merge branch 'develop' of https://github.com/NguyenNhuDi/rocRAND into…
NguyenNhuDi Mar 4, 2025
0d85422
Merge branch 'develop' into zenguyen/test-rocrand-functions
NguyenNhuDi Mar 4, 2025
7da06e1
completed mtgp32 normal dist tests
NguyenNhuDi Mar 4, 2025
fd8d788
added sobol32 tests
NguyenNhuDi Mar 5, 2025
e4c6353
added scrambled sobol32 tests
NguyenNhuDi Mar 5, 2025
225e1fd
added sobol64 variants
NguyenNhuDi Mar 5, 2025
7e253c5
reformated normal_dist with states functions
NguyenNhuDi Mar 5, 2025
2e9d76e
added normal dist test for lfsr113
NguyenNhuDi Mar 5, 2025
ec31b7a
added normal dist test for rocrand_state_threefry2x32_20
NguyenNhuDi Mar 5, 2025
6be12c0
finished normal distribution tests
NguyenNhuDi Mar 5, 2025
f8e702e
fixed type in rocrand_normal.h
NguyenNhuDi Mar 5, 2025
ef390e1
updated changelog
NguyenNhuDi Mar 5, 2025
797fb3b
updated copyright to 2025
NguyenNhuDi Mar 10, 2025
ea388f7
Merge branch 'develop' of https://github.com/ROCm/rocRAND into develop
NguyenNhuDi Mar 13, 2025
5d61706
merged in cmake fix
NguyenNhuDi Mar 13, 2025
26a5bd9
implemented discrete_distribution tests (#1)
NguyenNhuDi Mar 17, 2025
24b455b
Merge branch 'develop' of https://github.com/ROCm/rocRAND into develop
NguyenNhuDi Mar 17, 2025
e8323f9
Merge branch 'develop' into zenguyen/test-rocrand-functions
NguyenNhuDi Mar 17, 2025
2a01482
Merge branch 'zenguyen/test-rocrand-functions' of https://github.com/…
NguyenNhuDi Mar 17, 2025
b429dae
added back newlline
NguyenNhuDi Mar 17, 2025
9b5257d
got rid of tab
NguyenNhuDi Mar 17, 2025
67b5b1b
Finished implementing tests for missing functions in /include/rocrand…
NguyenNhuDi Mar 18, 2025
be654a6
updated mtgp32 tests to use mtgp32 properly
NguyenNhuDi Mar 18, 2025
d0052f5
updated copy right
NguyenNhuDi Mar 18, 2025
10129df
Implemented missing log normal functions tests (#4)
NguyenNhuDi Mar 19, 2025
99e5d90
implemented additional threefry tests (#6)
NguyenNhuDi Mar 21, 2025
7d1086b
Merge branch 'develop' of https://github.com/ROCm/rocRAND into develop
NguyenNhuDi May 22, 2025
fb1afdf
Merge branch 'develop' into zenguyen/test-rocrand-functions
NguyenNhuDi May 22, 2025
935b5d6
re structured discrete distribution tests
NguyenNhuDi May 22, 2025
949d1d7
implemented discrete distribution with mrg31k3p states
NguyenNhuDi May 26, 2025
d4d3724
implemented external discrete distribution unit tests
NguyenNhuDi May 26, 2025
845d7d2
Merge commit 'd4d3724721ef3106e2f7881d667be919a95ff2e4' into import/z…
assistant-librarian[bot] May 28, 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
8 changes: 8 additions & 0 deletions projects/rocrand/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ Documentation for rocRAND is available at
### Added

* gfx950 support
* Additional unit tests for `test_log_normal_distribution.cpp`
* Additional unit tests for `test_normal_distribution.cpp`
* Additional unit tests for `test_uniform_distribution.cpp`
* Additional unit tests for `test_rocrand_threefry2x32_20_prng.cpp`
* Additional unit tests for `test_rocrand_threefry2x64_20_prng.cpp`
* Additional unit tests for `test_rocrand_threefry4x32_20_prng.cpp`
* Additional unit tests for `test_rocrand_threefry4x64_20_prng.cpp`
* New unit tests for `include/rocrand/rocrand_discrete.h` in `test_discrete_distribution.cpp`

### Changed

Expand Down
678 changes: 678 additions & 0 deletions projects/rocrand/test/internal/test_discrete_distribution.cpp

Large diffs are not rendered by default.

Loading
Loading