cupva_host.h#

Fully qualified name: src/host/c_api/include/cupva_host.h

File members: src/host/c_api/include/cupva_host.h

/*
 * Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
 *
 * NVIDIA Corporation and its licensors retain all intellectual property
 * and proprietary rights in and to this software, related documentation
 * and any modifications thereto.  Any use, reproduction, disclosure or
 * distribution of this software and related documentation without an express
 * license agreement from NVIDIA Corporation is strictly prohibited.
 */

#ifndef CUPVA_HOST_H
#define CUPVA_HOST_H

#include <cupva_host_scheduling.h>
#include <detail/workloads/cupva_host_cmd_memcpy.h>
#include <detail/workloads/cupva_host_cmd_program.h>
#include <detail/workloads/cupva_host_dataflow.h>
#include <detail/workloads/cupva_host_executable.h>
#include <detail/workloads/cupva_host_mem.h>
#endif