remove nvToolsExt for manual profiling

This commit is contained in:
Uldis Locans
2017-05-30 11:07:22 +02:00
parent 1d420504cc
commit efe5f0db38
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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