mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 00:21:07 +01: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_
|