NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
dpa_kernel_launch_sample.c File Reference
#include <pthread.h>
#include <stdlib.h>
#include <unistd.h>
#include <doca_error.h>
#include <doca_log.h>
#include "dpa_common.h"
Include dependency graph for dpa_kernel_launch_sample.c:

Go to the source code of this file.

Functions

 DOCA_LOG_REGISTER (KERNEL_LAUNCH::SAMPLE)
 
static void * wait_event_update_thread (void *event)
 
doca_error_t kernel_launch (struct dpa_resources *resources)
 

Variables

doca_dpa_func_t hello_world
 

Function Documentation

◆ DOCA_LOG_REGISTER()

DOCA_LOG_REGISTER ( KERNEL_LAUNCH::SAMPLE  )

◆ kernel_launch()

doca_error_t kernel_launch ( struct dpa_resources resources)

Definition at line 66 of file dpa_kernel_launch_sample.c.

◆ wait_event_update_thread()

static void* wait_event_update_thread ( void *  event)
static

Definition at line 47 of file dpa_kernel_launch_sample.c.

Variable Documentation

◆ hello_world

doca_dpa_func_t hello_world ( void  )
extern

Definition at line 31 of file dpa_kernel_launch_kernels_dev.c.