Граф коммитов

182 Коммитов

Автор SHA1 Сообщение Дата
Yiltan Temucin fa0858833e Remove comparisons of signed to unsigned values 2024-12-12 10:21:08 -06:00
Yiltan 1b5a6e74aa Merge pull request #61 from Yiltan/cmake-packaging
Update CMake to use ROCm-CMake
2024-12-10 13:59:54 -05:00
Yiltan Temucin 7347dee522 Renamed utlis to utils 2024-12-06 15:50:26 -06:00
Yiltan Temucin 98c164d72e Added timeout to unit tests 2024-12-06 15:50:22 -06:00
Yiltan Temucin d08ea96ea3 Update build scripts
- Only build for the machine we are on
- Saves CI time
2024-12-06 15:49:55 -06:00
Yiltan Temucin 658915ed35 Renamed debug.hpp to rocshmem_debug.hpp 2024-12-06 15:49:50 -06:00
Yiltan Temucin b60a460681 Use ROCm-CMake 2024-12-06 15:49:41 -06:00
Avinash Kethineedi 1ae7b9812a Merge pull request #60 from avinashkethineedi/rocshmem_header_files
rocshmem header files
2024-12-06 11:19:08 -06:00
avinashkethineedi 6486e29078 Rename config.h to roc_shmem_config.h 2024-12-06 01:08:13 +00:00
avinashkethineedi 455f9330e9 Add Python scripts to generate header files based on sections in OpenSHMEM specifications 2024-12-05 23:53:10 +00:00
avinashkethineedi 3117a47b8d Add header files based on sections in OpenSHMEM specifications
* rocshmem_RMA.hpp
* rocshmem_AMO.hpp
* rocshmem_SIG_OP.hpp
* rocshmem_COLL.hpp
* rocshmem_P2P_SYNC.hpp
* rocshmem_RMA_X.hpp
2024-12-05 23:24:10 +00:00
Avinash Kethineedi e6334cb838 Merge pull request #59 from avinashkethineedi/naming_scheme
Updated naming convention
2024-12-05 11:35:33 -06:00
avinashkethineedi f4d8298959 Update AUTHORS 2024-12-04 23:50:07 +00:00
avinashkethineedi d8ce066adc Merge branch PR #55 into naming_scheme 2024-12-04 21:46:38 +00:00
Yiltan 46dcfbbb9e Merge pull request #57 from Yiltan/CI-fix-degeneratetiledfine
[CI Bug Fix] Updated gfilter flags for DegenerateTiledFine tests
2024-12-03 14:56:00 -05:00
Yiltan 0c5524d7df Merge pull request #54 from Yiltan/sig-ops
Added SHMEM Signalling Operations
2024-11-26 15:38:12 -05:00
Yiltan Temucin 37fe71343f Updated gfilter flags for new unit tests 2024-11-26 13:51:29 -06:00
Brandon Potter 7e4aa5d601 Fix URL for github page 2024-11-26 11:09:37 -06:00
Brandon Potter 46f0b42ac3 Merge pull request #48 from BKP/ipc_fine_tiled_unit_11-04-24
Add tiled fine-grained unit tests
2024-11-25 14:36:04 -06:00
Brandon Potter fd8dbc7fb6 Use new naming scheme 2024-11-25 14:25:29 -06:00
Yiltan Temucin f710a301fe Added functional tests 2024-11-22 15:36:17 -06:00
Yiltan Temucin ff8aab522b Fixed typo in examples 2024-11-22 15:36:17 -06:00
Yiltan Temucin ec72aad517 Create put_signal example 2024-11-22 15:36:17 -06:00
Yiltan Temucin d8f44e4436 Added Signalling Operations 2024-11-22 15:36:17 -06:00
Yiltan 308816bc5e Merge pull request #49 from Yiltan/unit-tests-driver-bug
driver should now return a fail code if any of the mpirun's fail
2024-11-22 16:35:36 -05:00
Yiltan a59e946e44 Merge pull request #51 from Yiltan/roc_shmemx_correction
Removing instances of `roc_shmemx`
2024-11-19 13:28:05 -05:00
Yiltan Temucin 50e46847c6 Explicitly require rocPRIM and rocThrust. 2024-11-19 08:54:18 -06:00
Yiltan Temucin 4ad24b5aab Propergate errors from build scripts so CI doesn't silently fail 2024-11-15 11:17:33 -06:00
Yiltan Temucin 3f857718fd Fixed bug in functional and unit tests driver.sh
- The driver previously did not propagate errors correctly
- Adjusted gtest filters

driver edit
2024-11-15 10:50:31 -06:00
Avinash Kethineedi 02834a66a8 Merge pull request #53 from avinashkethineedi/CMake_file
CMake file for examples folder
2024-11-15 10:20:05 -06:00
avinashkethineedi 1f3b242e12 Add CMake file for examples folder 2024-11-14 19:50:23 +00:00
Avinash Kethineedi 2cb5cab038 Merge pull request #52 from avinashkethineedi/IPC_puts/gets
Update puts and gets with fence call
2024-11-14 13:19:24 -06:00
Brandon Potter 03719bbb0e Update tests/unit_tests/ipc_impl_tiled_fine_gtest.cpp
Co-authored-by: Avinash Kethineedi <avinash.kethineedi@amd.com>
2024-11-14 13:08:20 -06:00
Avinash Kethineedi 3edf881b40 Merge pull request #50 from avinashkethineedi/teams_interface
Update collective APIs to use teams interface
2024-11-12 15:31:42 -06:00
avinashkethineedi d1ee997542 Update puts and gets to include a fence following data movement, ensuring data visibility 2024-11-12 16:52:07 +00:00
Yiltan Temucin c2b736ef3d converted roc_shmemx to roc_shmem 2024-11-12 08:37:56 -06:00
avinashkethineedi 5e3d94c705 Update collective APIs to use teams interface
* Use team-relative numbering in collective functions
* Replace log_stride with stride
2024-11-06 17:50:23 +00:00
Yiltan 958575d8a4 Merge pull request #45 from Yiltan/to_all_reduce
Fixed Function Signature for `to_all` APIs
2024-11-06 10:54:36 -05:00
Yiltan Temucin 799d9d5ed7 updated examples to use new APIs 2024-11-06 09:49:06 -06:00
Yiltan Hassan Temucin 9aa9aea7e6 removed external access to non-team based reduce 2024-11-06 09:46:47 -06:00
Yiltan Hassan Temucin 997eb69b5a modified team based to_all -> reduce 2024-11-06 09:46:43 -06:00
Avinash Kethineedi 75ece02048 Merge pull request #46 from avinashkethineedi/active_set_APIs
Remove device-side active-set-based APIs
2024-11-05 18:43:40 -06:00
avinashkethineedi b2b0d559cb Merge branch 'ROCm:develop' into active_set_APIs 2024-11-05 23:02:44 +00:00
Brandon Potter d241015e0f Add tiled fine-grained unit tests 2024-11-04 17:16:07 -06:00
Brandon Potter 749d9f0781 Convert simple fine tests into parameterized tests 2024-11-04 10:46:50 -06:00
Yiltan b141f354cf Merge pull request #47 from Yiltan/revert-pr36-coopgroups
Remove Cooperative Groups  (Partially Revert #PR36)
2024-11-04 09:35:15 -05:00
Yiltan Hassan Temucin fe767d9abf remove cooperative groups 2024-10-30 20:10:21 +00:00
avinashkethineedi 68c893d790 Add example code demonstrating team-based broadcast and alltoall API usage
* Update all_reduce test to keep the naming convention uniform across the examples
2024-10-30 19:09:17 +00:00
avinashkethineedi 5975b8c621 Update broadcast function to use stride calculations instead of log_stride 2024-10-29 19:10:05 +00:00
avinashkethineedi e1ff06913c Remove device-side active-set-based broadcast API interface from rocSHMEM 2024-10-29 19:04:49 +00:00