Add backend type query method, use it to disable 32bit amo testers on gda (#307)

* Add backend type query method, use it to disable 32bit amo testers on
gda

* The infrateam testers work
This commit is contained in:
Aurelien Bouteiller
2025-11-05 10:24:07 -05:00
committato da GitHub
parent 7b5765ec0e
commit 8c175315f2
6 ha cambiato i file con 83 aggiunte e 52 eliminazioni
+2
Vedi File
@@ -81,6 +81,8 @@ rocshmem_ctx_t ROCSHMEM_HOST_CTX_DEFAULT;
* Begin Host Code
**/
BackendType get_backend_type() { return backend->get_backend_type(); }
#if defined(USE_GDA) && defined(USE_RO) && defined(USE_IPC)
static BackendType select_backend_type() {
BackendType type;