1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
// This file is generated. Any changes you make will be lost during the next clean build.
// CUDA public interface, for type definitions and api function prototypes
#include "cuda_profiler_api.h"
// *************************************************************************
// Definitions of structs to hold parameters for each function
// *************************************************************************
// Currently used parameter trace structures
typedef struct cudaProfilerInitialize_v4000_params_st {
const char *configFile;
const char *outputFile;
cudaOutputMode_t outputMode;
} cudaProfilerInitialize_v4000_params;
// Parameter trace structures for removed functions
// End of parameter trace structures
|