You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parallel (x,size) | Splits the dimension by size and parallelizes the outer dimension.
如果要控制具体的线程数,可以通后环境变量HL_NUM_THREADS:
HL_NUM_THREADS=... specifies the number of threads to create for the thread pool. When the async scheduling directive is used, more threads than this number may be required and thus allocated. A maximum of 256 threads is allowed. (By default, the number of cores on the host is used.)
如题,如果要编译支持多核(多core)的算子,应该怎么做?
The text was updated successfully, but these errors were encountered: