Commit d7941a6a authored by Alexey Bataev's avatar Alexey Bataev
Browse files

[LIBOMPTARGET]Fix build, NFC.

Need to include nvptx_interface.h in target_impl.h, otherwise the build
is failed because of missing __kmpc_impl_lanemask_t type.
parent b911d2db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
#define _TARGET_IMPL_H_

#include <cuda.h>
#include <stdint.h>
#include "nvptx_interface.h"

#define INLINE __forceinline__ __device__
#define NOINLINE __noinline__ __device__