Home | History | Annotate | Download | only in cuda

Lines Matching refs:ARRAYSIZE

41 // TODO: in windows ARRAYSIZE is defined in winnt.h but including it
43 #define ARRAYSIZE(a) \
723 CHECK(ARRAYSIZE(options) == ARRAYSIZE(option_values));
730 res = cuModuleLoadDataEx(module, ptx_data, ARRAYSIZE(options), options,