İşleme Grafiği

175 İşleme

Yazar SHA1 Mesaj Tarih
Yiltan fc8007bec6 Minor fixes for packaging
[ROCm/rocshmem commit: fa90f4b0ac]
2025-01-20 18:15:07 +00:00
Yiltan 61f5c61ab1 Update scripts/install_dependencies.sh
Co-authored-by: Avinash Kethineedi <avinash.kethineedi@amd.com>

[ROCm/rocshmem commit: 0fb673e186]
2025-01-16 13:38:08 -05:00
Yiltan Temucin b30ab63d2d Added script to install dependencies
[ROCm/rocshmem commit: 5de0371bec]
2025-01-16 10:06:39 -06:00
avinashkethineedi 15c5ff048c Replace raw pointers for host_interface with shared_ptr to enable automatic memory handling
[ROCm/rocshmem commit: 1ef2d3a6b7]
2025-01-13 20:58:43 +00:00
avinashkethineedi 7a0bf44b83 Updated driver.sh and tester.hpp with sequential numbering for test identification
* Enabled Ping Pong tests
* Removed test commands for multi-workgroup collective tests


[ROCm/rocshmem commit: 23172c9150]
2024-12-26 21:28:21 +00:00
avinashkethineedi ca4142de78 Updated default case of functional tests with empty test
[ROCm/rocshmem commit: e40e6a63fa]
2024-12-26 19:33:23 +00:00
Edgar Gabriel 3cf91156f9 Merge pull request #20 from edgargabriel/topic/remove-internal-dir
remove internal directory

[ROCm/rocshmem commit: 12aeab1a59]
2024-12-26 09:21:09 -06:00
Yiltan Temucin 3bf7d2eb87 IPC backend now aborts with rocshmem global_exit()
[ROCm/rocshmem commit: c0e4a32ca2]
2024-12-23 11:03:04 -06:00
Avinash Kethineedi 2e59d60264 Merge pull request #19 from avinashkethineedi/teams_split_API
[ROCm/rocshmem commit: c5902afe28]
2024-12-23 20:42:09 +05:30
Edgar Gabriel fe9b96cd75 remove internal directory.
[ROCm/rocshmem commit: 8121616034]
2024-12-23 14:47:50 +00:00
avinashkethineedi 7a8d464b3c Fix rocshmem_team_split_strided API
[ROCm/rocshmem commit: cb8b9094b4]
2024-12-21 18:16:42 +00:00
Yiltan Temucin d8a16962bf Commented function that fails functional tests
[ROCm/rocshmem commit: 83a588ee2b]
2024-12-20 14:48:54 -06:00
Brandon Potter 05f260bfc8 Merge pull request #16 from BKP/develop
Fix signal calculation bug for fine-tiled unit tests

[ROCm/rocshmem commit: 7fd66663c5]
2024-12-20 08:40:56 -06:00
Edgar Gabriel 9fdd0a98b7 update the link for MPI/UCX compilation
use the official page from rocmdocs.amd.com


[ROCm/rocshmem commit: 57f22cd8c3]
2024-12-19 20:59:13 +00:00
Brandon Potter 413114da9f Fix signal calculation bug for fine-tiled unit tests
[ROCm/rocshmem commit: b1f6621f33]
2024-12-19 18:34:47 +00:00
Yiltan Temucin b622528559 Bump rocSHMEM version
[ROCm/rocshmem commit: 3185428ad8]
2024-12-16 08:54:12 -06:00
Yiltan Temucin 9928cc24ef Updated README.md
[ROCm/rocshmem commit: 28b41ea648]
2024-12-16 08:54:12 -06:00
Yiltan d14682c6bd Merge pull request #63 from Yiltan/sign-compare
Remove comparisons of signed to unsigned values

[ROCm/rocshmem commit: 1648aa7b2c]
2024-12-13 17:23:19 -05:00
Yiltan Temucin d2474f26ff Reordered backends in readme.md
[ROCm/rocshmem commit: cb0f6d5731]
2024-12-13 13:28:54 -06:00
Yiltan Temucin 5db3d6fdfc Removed comment on HSA_FORCE_FINE_GRAIN_PCIE
[ROCm/rocshmem commit: 4a3d02eb18]
2024-12-12 15:31:11 -06:00
Yiltan Temucin 8b008aacfd Updated README
[ROCm/rocshmem commit: 4d558b345d]
2024-12-12 13:02:23 -06:00
Yiltan Temucin 48605db5de Remove comparisons of signed to unsigned values
[ROCm/rocshmem commit: fa0858833e]
2024-12-12 10:21:08 -06:00
Yiltan Temucin e73a3d7738 Renamed utlis to utils
[ROCm/rocshmem commit: 7347dee522]
2024-12-06 15:50:26 -06:00
Yiltan Temucin 758d2c78f0 Added timeout to unit tests
[ROCm/rocshmem commit: 98c164d72e]
2024-12-06 15:50:22 -06:00
Yiltan Temucin d7ca5edbf1 Update build scripts
- Only build for the machine we are on
- Saves CI time


[ROCm/rocshmem commit: d08ea96ea3]
2024-12-06 15:49:55 -06:00
Yiltan Temucin 8da69cf1f4 Renamed debug.hpp to rocshmem_debug.hpp
[ROCm/rocshmem commit: 658915ed35]
2024-12-06 15:49:50 -06:00
Yiltan Temucin 3164874941 Use ROCm-CMake
[ROCm/rocshmem commit: b60a460681]
2024-12-06 15:49:41 -06:00
avinashkethineedi 29b0518afc Rename config.h to roc_shmem_config.h
[ROCm/rocshmem commit: 6486e29078]
2024-12-06 01:08:13 +00:00
avinashkethineedi 5207e3b8fe Add Python scripts to generate header files based on sections in OpenSHMEM specifications
[ROCm/rocshmem commit: 455f9330e9]
2024-12-05 23:53:10 +00:00
avinashkethineedi 52088167ae 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


[ROCm/rocshmem commit: 3117a47b8d]
2024-12-05 23:24:10 +00:00
avinashkethineedi aacab9099c Update AUTHORS
[ROCm/rocshmem commit: f4d8298959]
2024-12-04 23:50:07 +00:00
avinashkethineedi 04daad3625 Merge branch PR #55 into naming_scheme
[ROCm/rocshmem commit: d8ce066adc]
2024-12-04 21:46:38 +00:00
Yiltan 9d059041e9 Merge pull request #57 from Yiltan/CI-fix-degeneratetiledfine
[CI Bug Fix] Updated gfilter flags for DegenerateTiledFine tests

[ROCm/rocshmem commit: 46dcfbbb9e]
2024-12-03 14:56:00 -05:00
Yiltan ab0be96680 Merge pull request #54 from Yiltan/sig-ops
Added SHMEM Signalling Operations

[ROCm/rocshmem commit: 0c5524d7df]
2024-11-26 15:38:12 -05:00
Yiltan Temucin 0f6eb62aed Updated gfilter flags for new unit tests
[ROCm/rocshmem commit: 37fe71343f]
2024-11-26 13:51:29 -06:00
Brandon Potter 994080b1d9 Fix URL for github page
[ROCm/rocshmem commit: 7e4aa5d601]
2024-11-26 11:09:37 -06:00
Brandon Potter 40016e0a9e Merge pull request #48 from BKP/ipc_fine_tiled_unit_11-04-24
Add tiled fine-grained unit tests

[ROCm/rocshmem commit: 46f0b42ac3]
2024-11-25 14:36:04 -06:00
Brandon Potter 913ce47ef1 Use new naming scheme
[ROCm/rocshmem commit: fd8dbc7fb6]
2024-11-25 14:25:29 -06:00
Yiltan Temucin fe7fb26f50 Added functional tests
[ROCm/rocshmem commit: f710a301fe]
2024-11-22 15:36:17 -06:00
Yiltan Temucin 134911a5fb Fixed typo in examples
[ROCm/rocshmem commit: ff8aab522b]
2024-11-22 15:36:17 -06:00
Yiltan Temucin fc3855514d Create put_signal example
[ROCm/rocshmem commit: ec72aad517]
2024-11-22 15:36:17 -06:00
Yiltan Temucin ba618ba7a9 Added Signalling Operations
[ROCm/rocshmem commit: d8f44e4436]
2024-11-22 15:36:17 -06:00
Yiltan 07088f0f2b Merge pull request #49 from Yiltan/unit-tests-driver-bug
driver should now return a fail code if any of the mpirun's fail

[ROCm/rocshmem commit: 308816bc5e]
2024-11-22 16:35:36 -05:00
Yiltan 325d25b570 Merge pull request #51 from Yiltan/roc_shmemx_correction
Removing instances of `roc_shmemx`

[ROCm/rocshmem commit: a59e946e44]
2024-11-19 13:28:05 -05:00
Yiltan Temucin 5ed5c4642e Explicitly require rocPRIM and rocThrust.
[ROCm/rocshmem commit: 50e46847c6]
2024-11-19 08:54:18 -06:00
Yiltan Temucin eebb42950a Propergate errors from build scripts so CI doesn't silently fail
[ROCm/rocshmem commit: 4ad24b5aab]
2024-11-15 11:17:33 -06:00
Yiltan Temucin 97bac1004f Fixed bug in functional and unit tests driver.sh
- The driver previously did not propagate errors correctly
- Adjusted gtest filters

driver edit


[ROCm/rocshmem commit: 3f857718fd]
2024-11-15 10:50:31 -06:00
Avinash Kethineedi d12bc504dc Merge pull request #53 from avinashkethineedi/CMake_file
CMake file for examples folder

[ROCm/rocshmem commit: 02834a66a8]
2024-11-15 10:20:05 -06:00
avinashkethineedi 6bfcb173ee Add CMake file for examples folder
[ROCm/rocshmem commit: 1f3b242e12]
2024-11-14 19:50:23 +00:00
Avinash Kethineedi 3c3eee3a11 Merge pull request #52 from avinashkethineedi/IPC_puts/gets
Update puts and gets with fence call

[ROCm/rocshmem commit: 2cb5cab038]
2024-11-14 13:19:24 -06:00