Skip to content

Commit

Permalink
[LIBOMPTARGET]Fix build, NFC.
Browse files Browse the repository at this point in the history
Need to include nvptx_interface.h in target_impl.h, otherwise the build
is failed because of missing __kmpc_impl_lanemask_t type.
  • Loading branch information
alexey-bataev committed Oct 28, 2019
1 parent b911d2d commit d7941a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.h
Expand Up @@ -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__
Expand Down

0 comments on commit d7941a6

Please sign in to comment.