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 -1
View File
@@ -278,7 +278,7 @@ class Backend {
* rely on the normal inheritance mechanism to tailor behavior for
* derived backend types.
*/
BackendType type{BackendType::GPU_IB_BACKEND};
BackendType type{BackendType::RO_BACKEND};
/**
* @brief Dumps derived class statistics.