Removed GPU_IB (#59)

[ROCm/rocshmem commit: 658bf2a3b5]
This commit is contained in:
Yiltan
2025-03-24 09:04:52 -04:00
کامیت شده توسط GitHub
والد 6f78b4300f
کامیت 1ed4512106
76فایلهای تغییر یافته به همراه33 افزوده شده و 8539 حذف شده
@@ -145,12 +145,9 @@ def determine_algos_from_library_config_type(config):
if config['algorithms']:
return config
gpu_ib = re.match('^[rd]c_', config['library_build_config_type'])
thread_single = re.match('.*single.*', config['library_build_config_type'])
if not gpu_ib:
config['algorithms'] = reverse_offload_algorithms
elif thread_single:
if thread_single:
config['algorithms'] = single_thread_algorithms
else:
config['algorithms'] = multi_thread_algorithms