cctools
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
work_queue
src
work_queue_gpus.h
1
#ifndef WORK_QUEUE_GPUS_H
2
#define WORK_QUEUE_GPUS_H
3
4
void
work_queue_gpus_init(
int
ngpus );
5
void
work_queue_gpus_debug();
6
void
work_queue_gpus_free(
int
taskid );
7
void
work_queue_gpus_allocate(
int
n,
int
task );
8
char
*work_queue_gpus_to_string(
int
taskid );
9
10
#endif
Generated by
1.8.5