brintos

brintos / llvm-project-archived public Read only

0
0
Text · 363 B · a8a574b Raw
14 lines · c
1// RUN: %libomptarget-compile-generic2// RUN: env OMP_NUM_TEAMS=1 OMP_TEAMS_THREAD_LIMIT=1 LIBOMPTARGET_INFO=16 \3// RUN:   %libomptarget-run-generic 2>&1 | %fcheck-generic4// REQUIRES: gpu5 6#define N 2567 8int main() {9  // CHECK: Launching kernel [[KERNEL:.+_main_.+]] with [1,1,1] blocks and [1,1,1] threads10#pragma omp target teams11#pragma omp parallel12  {}13}14