mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-12-23 06:44:24 +00:00
Fix compilation errors and warnings
This commit is contained in:
@@ -8,9 +8,10 @@
|
||||
|
||||
namespace CUDANet {
|
||||
|
||||
// Forward declaration
|
||||
class Tensor;
|
||||
// Forward declarations
|
||||
class Backend;
|
||||
class Tensor;
|
||||
enum class DType;
|
||||
|
||||
enum BackendType { CUDA_BACKEND, CPU_BACKEND };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user