| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include <stdlib.h>#include <unistd.h>#include <doca_error.h>#include <doca_log.h>#include "dpa_common.h"
Go to the source code of this file.
Functions | |
| DOCA_LOG_REGISTER (KERNEL_LAUNCH::MAIN) | |
| doca_error_t | kernel_launch (struct dpa_resources *resources) |
| int | main (int argc, char **argv) |
| DOCA_LOG_REGISTER | ( | KERNEL_LAUNCH::MAIN | ) |
| doca_error_t kernel_launch | ( | struct dpa_resources * | resources | ) |
Definition at line 66 of file dpa_kernel_launch_sample.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 46 of file dpa_kernel_launch_main.c.