Fix some compilation errors

This commit is contained in:
2025-11-23 18:50:57 +01:00
parent 51bcee01ab
commit 82a0e7c19d
14 changed files with 15 additions and 23 deletions

View File

@@ -3,7 +3,7 @@
#include "backend.hpp"
#include "tensor.hpp"
namespace CUDANet::Backend {
namespace CUDANet::Backends {
class CPU : public Backend {
public:

View File

@@ -24,7 +24,7 @@ do { \
} \
} while (0)
namespace CUDANet::Backend {
namespace CUDANet::Backends {
class CUDA : public Backend {
public: