mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
8 lines
156 B
C
8 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_
|