mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
9 lines
156 B
C
9 lines
156 B
C
#ifndef CAFFE2_CORE_COMMON_OMP_H_
|
|
#define CAFFE2_CORE_COMMON_OMP_H_
|
|
|
|
#ifdef _OPENMP
|
|
#include <omp.h>
|
|
#endif // _OPENMP
|
|
|
|
#endif // CAFFE2_CORE_COMMON_OMP_H_
|