Skip to content
Snippets Groups Projects

test build of onlycpu

Merged Domenico Giordano requested to merge patatrack_cpuOnly into qa
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -28,7 +28,7 @@ function doOne(){
myecho "current dir is `pwd`"
myecho "files in `pwd` are"
ls -l
${BMKDIR}/utility_scripts/benchmark.py ${BMKDIR}/profile_pixel-only_GPU.py #>>$LOG 2>&1 3>&1
${BMKDIR}/utility_scripts/benchmark.py ${BMKDIR}/profile_pixel-only_CPU.py #>>$LOG 2>&1 3>&1
#######################################
status=${?}
Loading