/* Ensure that worker-vector state conditional expressions are properly handled by the nvptx backend. */ #include #include #define N 1024 int A[N][N] ; void test(int x) { #pragma acc parallel num_gangs(16) num_workers(4) vector_length(32) copyout(A) { #pragma acc loop gang for(int j=0;j