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

@@ -1,5 +1,4 @@
#ifndef CUDANET_MATMUL_H
#define CUDANET_MATMUL_H
#pragma once
#include <cuda_runtime.h>
@@ -191,5 +190,3 @@ __global__ void sum_reduce(
);
} // namespace CUDANet::Kernels
#endif // CUDANET_MATMUL_H