Changeset View
Changeset View
Standalone View
Standalone View
openmp/libomptarget/test/offloading/bug49334.cpp
// RUN: %libomptarget-compilexx-run-and-check-generic | // RUN: %libomptarget-compilexx-run-and-check-generic | ||||
// Currently hangs on amdgpu | // Currently hangs on amdgpu | ||||
// UNSUPPORTED: amdgcn-amd-amdhsa | // UNSUPPORTED: amdgcn-amd-amdhsa | ||||
// UNSUPPORTED: amdgcn-amd-amdhsa-oldDriver | |||||
// UNSUPPORTED: amdgcn-amd-amdhsa-LTO | // UNSUPPORTED: amdgcn-amd-amdhsa-LTO | ||||
// 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 <cmath> | #include <cmath> | ||||
#include <iostream> | #include <iostream> | ||||
#include <limits> | #include <limits> | ||||
#include <memory> | #include <memory> | ||||
#include <vector> | #include <vector> | ||||
▲ Show 20 Lines • Show All 134 Lines • Show Last 20 Lines |