Home
last modified time | relevance | path

Searched full:omp_num_threads (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dmkl_threadpool_device_test.cc31 unsetenv("OMP_NUM_THREADS"); in TEST()
42 setenv("OMP_NUM_THREADS", "314", 1); in TEST()
Dthreadpool_device.cc56 const char* user_omp_threads = getenv("OMP_NUM_THREADS"); in ThreadPoolDevice()
58 // OMP_NUM_THREADS controls MKL's intra-op parallelization in ThreadPoolDevice()
/external/eigen/doc/
DTopicMultithreading.dox13 OMP_NUM_THREADS=n ./my_program
/external/ImageMagick/
D.travis.yml21 export OMP_NUM_THREADS=1
/external/autotest/client/tests/npb/
Dnpb.py106 itest_single_cmd = ''.join(['OMP_NUM_THREADS=1 ', itest_cmd])
/external/eigen/bench/
Dbench_gemm.cpp2 // g++-4.4 bench_gemm.cpp -I .. -O2 -DNDEBUG -lrt -fopenmp && OMP_NUM_THREADS=2 ./a.out
3 // icpc bench_gemm.cpp -I .. -O3 -DNDEBUG -lrt -openmp && OMP_NUM_THREADS=2 ./a.out
/external/tensorflow/tensorflow/core/kernels/
Dmkl_conv_ops_test.cc47 // export OMP_NUM_THREADS=${num_threads}
/external/eigen/Eigen/src/PardisoSupport/
DPardisoSupport.h198 … m_iparm[2] = 0; // Reserved. Set to zero. (??Numbers of processors, value of OMP_NUM_THREADS??)
/external/tensorflow/
Dconfigure.py1650 # issues that lead to incorrect answers. Set OMP_NUM_THREADS=1 at
1654 write_action_env_to_bazelrc('OMP_NUM_THREADS', 1)
/external/tensorflow/tensorflow/python/keras/
Dbackend.py512 if not os.environ.get('OMP_NUM_THREADS'):
515 num_thread = int(os.environ.get('OMP_NUM_THREADS'))
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc1197 // potential race condition by setting the omp_num_threads. in HandleConvolution()