When armcl-classification-mobilenet is compiled against ArmCL 18.05 it can predict images succesfully. For example for option 0) image-jpeg-0001 (1aaaa23c44e588f9) it gives
0.9341 - "oxygen mask (692)"
0.0264 - "book jacket (922)"
0.0175 - "harmonica (594)"
0.0030 - "loupe (634)"
0.0029 - "beaker (439)"
But when compiled against 18.01 or 18.08 it gives zero predictions for the same image:
0.0000 - "toilet tissue (1000)"
0.0000 - "ear (999)"
0.0000 - "bolete (998)"
0.0000 - "hen-of-the-woods (997)"
0.0000 - "earthstar (996)"
Seems it is not because of version ArmCL but something is wrong with the program itself. Another program ck-request-asplos18-mobilenets-armcl-opencl:program:mobilenets-armcl-opencl gives the same results being compiled against all those versions of ArmCL.