aboutsummaryrefslogtreecommitdiff
path: root/offload/test/jit/empty_kernel_lvl2.c
blob: 9e2ef17a42fbda56b3bc2d5dda1e7e15dcc516b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// clang-format off
// RUN: %libomptarget-compileopt-generic -fopenmp-target-jit \
// RUN:     -DTGT1_DIRECTIVE="target"                          \
// RUN:     -DLOOP_DIRECTIVE="for"
// RUN: env LIBOMPTARGET_JIT_PRE_OPT_IR_MODULE=%t.pre.ll     \
// RUN:     LIBOMPTARGET_JIT_SKIP_OPT=true                   \
// RUN:     %libomptarget-run-generic
// RUN: %fcheck-plain-generic --input-file %t.pre.ll %S/empty_kernel.inc --check-prefix=FIRST
// RUN: %libomptarget-compileopt-generic -fopenmp-target-jit \
// RUN:     -DTGT1_DIRECTIVE="target"                          \
// RUN:     -DTGT2_DIRECTIVE="target"                          \
// RUN:     -DLOOP_DIRECTIVE="for"
// RUN: env LIBOMPTARGET_JIT_PRE_OPT_IR_MODULE=%t.pre.ll     \
// RUN:     LIBOMPTARGET_JIT_SKIP_OPT=true                   \
// RUN:     %libomptarget-run-generic
// RUN: %fcheck-plain-generic --input-file %t.pre.ll %S/empty_kernel.inc --check-prefixes=FIRST,SECOND
//
// RUN: %libomptarget-compileopt-generic -fopenmp-target-jit \
// RUN:     -DTGT1_DIRECTIVE="target"                          \
// RUN:     -DLOOP_DIRECTIVE="parallel for"
// RUN: env LIBOMPTARGET_JIT_PRE_OPT_IR_MODULE=%t.pre.ll     \
// RUN:     LIBOMPTARGET_JIT_SKIP_OPT=true                   \
// RUN:     %libomptarget-run-generic
// clang-format on

// REQUIRES: gpu

#include "empty_kernel.inc"