The OpenMP target JIT needs testing, so does the IR we actually generate
for the device. This is the initial commit with variations of an "empty
OpenMP kernel" that should all result in a empty IR kernel.
Details
Details
Diff Detail
Diff Detail
Event Timeline
openmp/libomptarget/test/jit/empty_kernel_target.c | ||
---|---|---|
5 | cat doesn't look the right way. Wonder if FileCheck allows the input to be from a file. |
openmp/libomptarget/test/jit/empty_kernel_target.c | ||
---|---|---|
5 | One of many: |
openmp/libomptarget/test/jit/empty_kernel_target.c | ||
---|---|---|
5 | Well, that's fair, but since FileCheck supports --input-file, I'd prefer to make it portable, though we only support Linux now. |
openmp/libomptarget/test/jit/empty_kernel_target.c | ||
---|---|---|
5 | will change. |
cat doesn't look the right way. Wonder if FileCheck allows the input to be from a file.