Class MIGraphXWorker

Inheritance Relationships

Base Type

Class Documentation

class MIGraphXWorker : public amdinfer::workers::Worker

The Migraphx worker accepts the name of an migraphx model file as an argument and compiles and evaluates it.

Public Functions

virtual std::thread spawn(BatchPtrQueue *input_queue) override

Starts the worker’s run() method as a separate thread and returns it.

Parameters

input_queue – queue used to send requests to the started worker thread

Returns

std::thread

inline Worker(const std::string &name, const std::string &platform)

The constructor only initializes the private class members.