mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-06 01:34:22 +00:00
Format source code using clang-format
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
#include "gtest/gtest.h"
|
||||
#include <cuda_runtime_api.h>
|
||||
#include <driver_types.h>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include "functions.cuh"
|
||||
#include "gtest/gtest.h"
|
||||
#include "test_cublas_fixture.cuh"
|
||||
|
||||
class FunctionsTest : public CublasTestFixture {
|
||||
protected:
|
||||
cudaError_t cudaStatus;
|
||||
protected:
|
||||
cudaError_t cudaStatus;
|
||||
cublasStatus_t cublasStatus;
|
||||
};
|
||||
|
||||
TEST_F(FunctionsTest, sigmoid) {
|
||||
|
||||
}
|
||||
TEST_F(FunctionsTest, sigmoid) {}
|
||||
Reference in New Issue
Block a user