Searched refs:NUM_JOBS_PER_TASK (Results 1 – 1 of 1) sorted by relevance
43 #ifndef NUM_JOBS_PER_TASK44 #define NUM_JOBS_PER_TASK 2 macro172 xInferenceJob jobs[NUM_JOBS_PER_TASK]; in inferenceSenderTask()173 for (int n = 0; n < NUM_JOBS_PER_TASK; n++) { in inferenceSenderTask()205 } while (totalCompletedJobs < NUM_JOBS_PER_TASK * NUM_JOB_TASKS); in inferenceSenderTask()