GPU Workshop Sample Code
 All Data Structures Namespaces Files Functions Variables Macros Pages
Functions
helper_cuda.h File Reference

Utility functions for devQuery.cu. More...

Go to the source code of this file.

Functions

int _ConvertSMVer2Cores (int major, int minor)
 Get number of cores for a given compute capability. More...
 

Detailed Description

Utility functions for devQuery.cu.

Notes

Definition in file helper_cuda.h.

Function Documentation

int _ConvertSMVer2Cores ( int  major,
int  minor 
)

Get number of cores for a given compute capability.

Definition at line 13 of file helper_cuda.h.