Implement backend factory

This commit is contained in:
2025-11-24 21:53:47 +01:00
parent a97ff8e1f6
commit a40ba96d4f
8 changed files with 104 additions and 41 deletions

View File

@@ -9,6 +9,7 @@
#endif
#include <format>
#include <stdexcept>
#include <vector>
namespace CUDANet {