brintos

brintos / llvm-project-archived public Read only

0
0
Text · 249 B · 36e0f0b Raw
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