Searched refs:packetsPerThread (Results 1 – 1 of 1) sorted by relevance
1011 const int packetsPerThread = 2; in executeForContexts() local1013 const int numPackets = numThreads * packetsPerThread; in executeForContexts()1071 packets[threadNdx].resize(packetsPerThread); in executeForContexts()1073 for (int packetNdx = 0; packetNdx < packetsPerThread; packetNdx++) in executeForContexts()