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.sh402 run_on_cpu=0
407 run_on_cpu=$[$[$no_of_cpus+1]/2]
408 numactl --physcpubind=$run_on_cpu support_numa $PAUSE & #just waits for sigint
417 if [ $running_on_cpu -ne $run_on_cpu ]
420 "Test #4: 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()