/home/runner/work/HiCR/HiCR/include/hicr/core/executionUnit.hpp File Reference

HiCR: /home/runner/work/HiCR/HiCR/include/hicr/core/executionUnit.hpp File Reference
HiCR
executionUnit.hpp File Reference

Provides a base definition for a HiCR Execution Unit class. More...

#include <string>
#include <functional>

Go to the source code of this file.

Classes

class  HiCR::ExecutionUnit
 

Typedefs

using HiCR::replicableFc_t = std::function< void(void *)>
 

Detailed Description

Provides a base definition for a HiCR Execution Unit class.

Author
S. M. Martin
Date
06/10/2023

Typedef Documentation

◆ replicableFc_t

using HiCR::replicableFc_t = typedef std::function<void(void *)>

Defines a basic replicable CPU-executable function type including a closure pointer to be accepted for execution by a processing unit