Go to the documentation of this file.
9#ifndef __CLANG_LLVM_LIBC_WRAPPERS_STRING_H__
10#define __CLANG_LLVM_LIBC_WRAPPERS_STRING_H__
12#if !defined(_OPENMP) && !defined(__HIP__) && !defined(__CUDA__) && \
14#error "This file is for GPU offloading compilation only"
17#include_next <string.h>
19#if defined(__HIP__) || defined(__CUDA__) || defined(__SPIRV__)
20#define __LIBC_ATTRS __attribute__((device))