Threading Configuration - 5.2 English - 68552

AOCL API Guide (68552)

Document ID
68552
Release Date
2025-12-29
Version
5.2 English

Optimize parallel execution:

// Set thread count (typically number of CPU cores)
dlp_thread_set_num_threads(8);

// Configure workload distribution
dlp_thread_set_ways(2, 2, 2);  // 3D parallelization