Searched refs:num_threads (Results 1 – 3 of 3) sorted by relevance
15 unsigned int num_threads; member25 unsigned int num_threads; member
69 args.num_threads = PetscNumOMPThreads; in PetscKokkosInitializeCheck()
328 PetscInt num_threads = gridDim.x * blockDim.x; in rosenbrock_for_loop() local330 for (PetscInt c = r.c_start + idx, k = idx; c < r.c_end; c += num_threads, k += num_threads) { in rosenbrock_for_loop()