Skip to content

Commit d7941a6

Browse files
committed
[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.
1 parent b911d2d commit d7941a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#define _TARGET_IMPL_H_
1414

1515
#include <cuda.h>
16-
#include <stdint.h>
16+
#include "nvptx_interface.h"
1717

1818
#define INLINE __forceinline__ __device__
1919
#define NOINLINE __noinline__ __device__

0 commit comments

Comments
 (0)