Go to the documentation of this file.
9#ifndef __CLANG_LLVM_LIBC_WRAPPERS_INTTYPES_H__
10#define __CLANG_LLVM_LIBC_WRAPPERS_INTTYPES_H__
12#if !defined(_OPENMP) && !defined(__HIP__) && !defined(__CUDA__)
13#error "This file is for GPU offloading compilation only"
16#include_next <inttypes.h>
18#if __has_include(<llvm-libc-decls/inttypes.h>)
20#if defined(__HIP__) || defined(__CUDA__)
21#define __LIBC_ATTRS __attribute__((device))
24#pragma omp begin declare target
26#include <llvm-libc-decls/inttypes.h>
28#pragma omp end declare target