mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-12-22 22:34:22 +00:00
Fix some compilation errors
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "backend.hpp"
|
||||
#include "tensor.hpp"
|
||||
|
||||
namespace CUDANet::Backend {
|
||||
namespace CUDANet::Backends {
|
||||
|
||||
class CPU : public Backend {
|
||||
public:
|
||||
|
||||
@@ -24,7 +24,7 @@ do { \
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
namespace CUDANet::Backend {
|
||||
namespace CUDANet::Backends {
|
||||
|
||||
class CUDA : public Backend {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user