Changeset View
Changeset View
Standalone View
Standalone View
openmp/libomptarget/test/offloading/parallel_offloading_map.cpp
// RUN: %libomptarget-compilexx-run-and-check-generic | // RUN: %libomptarget-compilexx-run-and-check-generic | ||||
// UNSUPPORTED: x86_64-pc-linux-gnu | // UNSUPPORTED: x86_64-pc-linux-gnu | ||||
// UNSUPPORTED: x86_64-pc-linux-gnu-oldDriver | |||||
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO | // UNSUPPORTED: x86_64-pc-linux-gnu-LTO | ||||
#include <cassert> | #include <cassert> | ||||
#include <iostream> | #include <iostream> | ||||
int main(int argc, char *argv[]) { | int main(int argc, char *argv[]) { | ||||
constexpr const int num_threads = 64, N = 128; | constexpr const int num_threads = 64, N = 128; | ||||
int array[num_threads] = {0}; | int array[num_threads] = {0}; | ||||
Show All 31 Lines |