Cleanup unused code in repository (#75)

* Remove unused forward_list

* Remove unused __read_clock function

* Replace wallClk code with hip function

* Remove unused unit test for ipc

* Remove slab heap

* Remove unused EBO spinlock

[ROCm/rocshmem commit: 0fd628458c]
This commit is contained in:
Brandon Potter
2025-04-10 14:47:24 -05:00
committato da GitHub
parent 41d5d739e2
commit a3a211a677
22 ha cambiato i file con 6 aggiunte e 1959 eliminazioni
-3
Vedi File
@@ -266,9 +266,6 @@ int rocm_init();
void rocm_memory_lock_to_fine_grain(void* ptr, size_t size, void** gpu_ptr,
int gpu_id);
// Returns clock frequency used by s_memrealtime() in Mhz
uint64_t wallClk_freq_mhz();
struct rocshmem_env_config_t {
int ro_disable_ipc = 0;
int ro_progress_delay = 3;