Graphe des révisions

235 Révisions

Auteur SHA1 Message Date
Yiltan 495cd6970b Merge pull request #38 from Yiltan/ro/implement-sigops
Implements Signalling Operations for RO
2025-02-10 15:10:07 -05:00
Yiltan 94144f4460 Merge pull request #34 from Yiltan/sigops-test-fix
Fix Signalling Operations Functional Test
2025-02-10 14:56:45 -05:00
Yiltan 944444cf12 Merge pull request #39 from Yiltan/ro/fix-teamreduce
Fix Team reduction intra-node
2025-02-10 14:56:27 -05:00
Yiltan Hassan Temucin 022b2c27e7 Fix Team reduction intra-node 2025-02-07 08:39:35 -06:00
Avinash Kethineedi d97e5ba2c8 Merge pull request #36 from avinashkethineedi/fix/rocshmem-ctx-wg-team-sync
Fix `rocshmem_ctx_wg_team_sync` API
2025-02-06 13:41:16 -06:00
Avinash Kethineedi 5861346a8e Merge pull request #35 from avinashkethineedi/fix/team-context-pe-numbering
Fix `rocshmem_ctx_my_pe` and `rocshmem_ctx_n_pes` APIs
2025-02-06 13:39:28 -06:00
Yiltan Hassan Temucin b83ff2fa84 Use the precalculated num_warps variable 2025-02-06 13:21:25 -06:00
Yiltan Hassan Temucin f1c25f7e19 [RO] implemented signaling operations 2025-02-06 10:17:32 -06:00
Yiltan Hassan Temucin 21171deeb8 [RO] added MPI_UNSIGNED_LONG as type 2025-02-06 10:17:32 -06:00
Yiltan Hassan Temucin 8d74c7b73e Validate signal after put signal operations 2025-02-06 08:17:22 -06:00
avinashkethineedi c5b548c398 Fix rocshmem_ctx_wg_team_sync API
- Updated `rocshmem_ctx_wg_team_sync` to utilize a team-specific memory buffer for synchronization
2025-02-05 19:09:07 +00:00
avinashkethineedi e311400d15 Fix rocshmem_ctx_my_pe and rocshmem_ctx_n_pes APIs to return PE numbering and size relative to the team in a team-specific context. 2025-02-05 03:41:40 +00:00
Yiltan Hassan Temucin bae1641311 Fix sigops functional test
- Ensure quiet is called on the correct context
2025-02-04 13:30:31 -08:00
Avinash Kethineedi 248972b30b Merge pull request #31 from avinashkethineedi/rocshmem_g
Implement `rocshmem_g` API and optimize memory usage
2025-02-04 11:15:41 -06:00
Yiltan 2d9d09ea01 Merge pull request #32 from Yiltan/ipc/sigop-bug
[IPC] Fix ROCSHMEM_SIGNAL_ADD
2025-02-03 16:48:05 -05:00
Yiltan Hassan Temucin fd3eaa3f69 [IPC] Fix ROCSHMEM_SIGNAL_ADD 2025-02-03 09:59:28 -08:00
avinashkethineedi 757d7e53ca Implement rocshmem_g API and optimize memory usage
- Implement `rocshmem_g` API
- Free up memory space allocated for `rocshmem_g` and atomic operations' return values
2025-02-02 05:56:46 +00:00
Yiltan 7e5b533904 Merge pull request #29 from Yiltan/multi-node
Updated RO builds script and functional test driver
2025-01-27 14:44:22 -05:00
Yiltan f851411ac5 Merge pull request #28 from Yiltan/cmakefiles-create
Generate CMake Package Configuration Files
2025-01-24 10:50:27 -05:00
Yiltan a458ea2ef4 Merge pull request #25 from mawad-amd/muhaawad/build_examples_option
Add `BUILD_EXAMPLES` CMake option
2025-01-24 10:50:10 -05:00
Yiltan Hassan Temucin 3a8b0d4647 Updated RO builds script and functional test driver for multi-node support 2025-01-23 16:46:19 -06:00
Yiltan Hassan Temucin 00824385ba Generate CMake Package Configuration Files 2025-01-22 11:24:41 -06:00
Yiltan bacced0cc3 Merge pull request #27 from ROCm/package-bug-fix
Minor fixes for packaging
2025-01-21 09:13:29 -05:00
Yiltan fa90f4b0ac Minor fixes for packaging 2025-01-20 18:15:07 +00:00
Yiltan 469e2a0167 Merge pull request #24 from Yiltan/install-script
Added script to install dependencies
2025-01-20 11:02:47 -05:00
Muhammad Awad 7a6b3261a3 Add BUILD_EXAMPLES CMake option
Signed-off-by: Muhammad Awad <MuhammadAbdelghaffar.Awad@amd.com>
2025-01-18 15:26:20 -06:00
Yiltan 0fb673e186 Update scripts/install_dependencies.sh
Co-authored-by: Avinash Kethineedi <avinash.kethineedi@amd.com>
2025-01-16 13:38:08 -05:00
Yiltan Temucin 5de0371bec Added script to install dependencies 2025-01-16 10:06:39 -06:00
Avinash Kethineedi 17b7afdcba Merge pull request #23 from avinashkethineedi/bugfix/memory-usage
Automatic Memory Management with `shared_ptr` for host interface
2025-01-15 02:34:14 +05:30
avinashkethineedi 1ef2d3a6b7 Replace raw pointers for host_interface with shared_ptr to enable automatic memory handling 2025-01-13 20:58:43 +00:00
Avinash Kethineedi 4a3c3d54fb Merge pull request #22 from avinashkethineedi/functional_tests 2024-12-27 20:49:55 +05:30
avinashkethineedi 23172c9150 Updated driver.sh and tester.hpp with sequential numbering for test identification
* Enabled Ping Pong tests
* Removed test commands for multi-workgroup collective tests
2024-12-26 21:28:21 +00:00
avinashkethineedi e40e6a63fa Updated default case of functional tests with empty test 2024-12-26 19:33:23 +00:00
Edgar Gabriel 12aeab1a59 Merge pull request #20 from edgargabriel/topic/remove-internal-dir
remove internal directory
2024-12-26 09:21:09 -06:00
Yiltan c87fa8183a Merge pull request #21 from Yiltan/global-exit-fix
IPC backend now aborts with rocshmem_global_exit()
2024-12-24 08:52:04 -05:00
Yiltan Temucin c0e4a32ca2 IPC backend now aborts with rocshmem global_exit() 2024-12-23 11:03:04 -06:00
Avinash Kethineedi c5902afe28 Merge pull request #19 from avinashkethineedi/teams_split_API 2024-12-23 20:42:09 +05:30
Yiltan 3995f1136e Merge pull request #18 from Yiltan/functional-test-fix
Commented function that fails functional tests
2024-12-23 09:59:52 -05:00
Edgar Gabriel 8121616034 remove internal directory. 2024-12-23 14:47:50 +00:00
avinashkethineedi cb8b9094b4 Fix rocshmem_team_split_strided API 2024-12-21 18:16:42 +00:00
Yiltan Temucin 83a588ee2b Commented function that fails functional tests 2024-12-20 14:48:54 -06:00
Brandon Potter 7fd66663c5 Merge pull request #16 from BKP/develop
Fix signal calculation bug for fine-tiled unit tests
2024-12-20 08:40:56 -06:00
Edgar Gabriel ee6b4ada01 Merge pull request #17 from edgargabriel/topic/doc-update
update the link for MPI/UCX compilation
2024-12-19 15:24:41 -06:00
Edgar Gabriel 57f22cd8c3 update the link for MPI/UCX compilation
use the official page from rocmdocs.amd.com
2024-12-19 20:59:13 +00:00
Brandon Potter b1f6621f33 Fix signal calculation bug for fine-tiled unit tests 2024-12-19 18:34:47 +00:00
Yiltan 33196e48ed Merge pull request #65 from Yiltan/version-2.0.0-bump
Bump rocSHMEM version
2024-12-19 10:15:33 -05:00
Yiltan Temucin 3185428ad8 Bump rocSHMEM version 2024-12-16 08:54:12 -06:00
Yiltan Temucin 28b41ea648 Updated README.md 2024-12-16 08:54:12 -06:00
Yiltan 1648aa7b2c Merge pull request #63 from Yiltan/sign-compare
Remove comparisons of signed to unsigned values
2024-12-13 17:23:19 -05:00
Yiltan 5373b5ffb0 Merge pull request #64 from Yiltan/update-readme
Updated README
2024-12-13 17:23:03 -05:00