summaryrefslogtreecommitdiffstats
path: root/clang/test/Frontend/warn-device-init-fun.cu
blob: 479f3c9377eb875cc1f1a8262c3ed276c18e22d4 (plain)
1
2
3
4
5
6
7
8
// REQUIRES: nvptx-registered-target

// RUN: %clang_cc1 -triple nvptx -fcuda-is-device \
// RUN:     -fgpu-allow-device-init \
// RUN:      %s 2>&1 | FileCheck %s

// CHECK: warning: '-fgpu-allow-device-init' is ignored since it is only supported for HIP

OpenPOWER on IntegriCloud