DriverTrac/venv/lib/python3.12/site-packages/nvidia/nvshmem/include/nvshmem_host.h
2025-11-28 09:08:33 +05:30

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