remove nvToolsExt for manual profiling
This commit is contained in:
@ -12,7 +12,6 @@
|
|||||||
#include <cufft.h>
|
#include <cufft.h>
|
||||||
#include <cublas_v2.h>
|
#include <cublas_v2.h>
|
||||||
#include <curand_kernel.h>
|
#include <curand_kernel.h>
|
||||||
#include <nvToolsExt.h>
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
#define BLOCK_SIZE 128
|
#define BLOCK_SIZE 128
|
||||||
|
@ -33,7 +33,6 @@
|
|||||||
|
|
||||||
#ifdef DKS_CUDA
|
#ifdef DKS_CUDA
|
||||||
#include "CUDA/CudaBase.cuh"
|
#include "CUDA/CudaBase.cuh"
|
||||||
#include "nvToolsExt.h"
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef DKS_MIC
|
#ifdef DKS_MIC
|
||||||
|
Reference in New Issue
Block a user