9 lines · plain
1! RUN: not bbc -fcuda -fcuda-disable-warp-function %s -o - 2>&1 | FileCheck %s2 3attributes(device) subroutine testMatch()4 integer :: a, ipred, mask, v325 a = match_all_sync(mask, v32, ipred)6end subroutine7 8! CHECK: warp match function disabled9