Searched defs:DeviceDataTy (Results 1 – 1 of 1) sorted by relevance
115 struct DeviceDataTy { struct117 std::list<KernelTy> KernelsList;119 std::list<FuncOrGblEntryTy> FuncGblEntries;121 CUcontext Context = nullptr;123 int ThreadsPerBlock = 0;124 int BlocksPerGrid = 0;125 int WarpSize = 0;127 int NumTeams = 0;128 int NumThreads = 0;