11 lines
236 B
C
11 lines
236 B
C
/**
|
|
* NVSHmem Host Include
|
|
* This file exists so that we can cleanly include only the nvshmem host library headers
|
|
*/
|
|
|
|
#ifndef NVSHMEM_HOST_H
|
|
#define NVSHMEM_HOST_H
|
|
#include "host/nvshmem_api.h"
|
|
#include "host/nvshmemx_api.h"
|
|
#endif
|