Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
fa41611
init implementation
NguyenNhuDi Nov 22, 2024
3b34e00
finished linux implementation
NguyenNhuDi Nov 23, 2024
9860fdd
changed mkdir to makedirs
NguyenNhuDi Nov 23, 2024
a671ce1
updated remove directory
NguyenNhuDi Nov 23, 2024
6e6ad9e
added extra remove
NguyenNhuDi Nov 25, 2024
d1fbacf
finished windows implementation
cmingch Nov 26, 2024
ccd5a75
fixed windows' execution
NguyenNhuDi Nov 26, 2024
688efe7
removed unused imports
NguyenNhuDi Nov 26, 2024
69aa882
fixed syntax error
NguyenNhuDi Nov 26, 2024
7b5e6df
fixed windows 5 error when build dir already exists
NguyenNhuDi Nov 26, 2024
257a93b
used shell mode to remove on windows
NguyenNhuDi Nov 26, 2024
07d6fd8
added shell=True to all subprocess run, and changed run to __call__
NguyenNhuDi Nov 26, 2024
eaf6f80
rtest init
NguyenNhuDi Nov 26, 2024
cede9f3
implemented linux
NguyenNhuDi Nov 26, 2024
309e48d
removed old comments and unused imports
NguyenNhuDi Nov 26, 2024
feb60c0
got rid of some whitespaces
NguyenNhuDi Nov 27, 2024
d6d6e3a
implemented for windows and added --test_dir option
NguyenNhuDi Nov 27, 2024
aef9ed2
made sure there can be no duplicate arguments
NguyenNhuDi Nov 28, 2024
77a7f7d
implemented insert_cmake_args function
NguyenNhuDi Nov 28, 2024
5dd7c1a
reformated code, and updated changelog
NguyenNhuDi Dec 2, 2024
bce914f
Merge commit '5dd7c1a184d2f05cddca088656166c72ec7ba892' into import/z…
assistant-librarian[bot] May 13, 2025
7117396
Merge branch 'develop' into import/zenguyen_rmake-rtest-remake
jayhawk-commits May 14, 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
2 changes: 2 additions & 0 deletions projects/rocprim/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ The following is the complete list of affected functions and how their default a

### Added

* Added `-b` option to `rmake.py`. This option will allow users to build benchmarks only instead of having
to build tests as well with `-c` option.
* Added extended tests to `rtest.py`. These tests are extra tests that did not fit the criteria of smoke and regression tests. These tests will take much longer to run relative to smoke and regression tests.
* Use `python rtest.py [--emulation|-e|--test|-t]=extended` to run these tests.
* Added regression tests to `rtest.py`. Regression tests are a subset of tests that caused hardware problems for past emulation environments.
Expand Down
Loading
Loading