You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
497 B
13 lines
497 B
// REQUIRES: clang-driver
|
|
// REQUIRES: x86-registered-target
|
|
// REQUIRES: amdgpu-registered-target
|
|
|
|
// RUN: %clang -E -dM -target x86_64-linux-gnu --cuda-device-only \
|
|
// RUN: --offload-arch=gfx908:xnack+:sramecc- -nogpuinc -nogpulib \
|
|
// RUN: -o - %s 2>&1 | FileCheck %s
|
|
|
|
// CHECK-DAG: #define __amdgcn_processor__ "gfx908"
|
|
// CHECK-DAG: #define __amdgcn_feature_xnack__ 1
|
|
// CHECK-DAG: #define __amdgcn_feature_sramecc__ 0
|
|
// CHECK-DAG: #define __amdgcn_target_id__ "gfx908:sramecc-:xnack+"
|