Home
last modified time | relevance | path

Searched refs:run_on_cpu (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/numa/
Dnuma01.sh250 run_on_cpu=0
255 run_on_cpu=$(($((no_of_cpus+1))/2))
256 numactl --physcpubind=$run_on_cpu support_numa pause & #just waits for sigint
266 if [ $running_on_cpu -ne $run_on_cpu ]; then
268 "Process running on cpu$running_on_cpu but expected to run on cpu$run_on_cpu"
/external/eigen/test/
Dcuda_common.h15 void run_on_cpu(const Kernel& ker, int n, const Input& in, Output& out) in run_on_cpu() function
74 run_on_cpu (ker, n, in_ref, out_ref); in run_and_compare_to_cuda()