Removed GPU_IB (#59)

This commit is contained in:
Yiltan
2025-03-24 09:04:52 -04:00
committed by GitHub
parent 1210b6419f
commit 658bf2a3b5
76 changed files with 33 additions and 8539 deletions
+1 -4
View File
@@ -26,10 +26,7 @@
#include "context.hpp"
#include "context_tmpl_device.hpp"
#include "context_tmpl_host.hpp"
#ifdef USE_GPU_IB
#include "gpu_ib/context_ib_device.hpp"
#include "gpu_ib/context_ib_host.hpp"
#elif defined (USE_RO)
#ifdef USE_RO
#include "reverse_offload/context_ro_device.hpp"
#include "reverse_offload/context_ro_host.hpp"
#else