I need to pass all GPU(OpenCL Flavor) tests when I tried to run android_rpc_test.py sequentially. Although the CPU tests are passed regardless of the number of running test files, GPU(OpenCL side) couldn’t pass all times. For example,
CPU test: trial1(O), trial2(O), trial3(O), trial4(O), trial5(O), trial6(O), …
GPU test: trial1(O), trial2(X), trial3(O), trial4(X), trial5(O), trial6(X), …
It makes a big problem when I apply the autotune including a large number of tuning trials. Any advice could be helpful. Thanks!