|
gem5 [DEVELOP-FOR-25.1]
|
#include <gpu_dyn_inst.hh>
Public Member Functions | |
| AtomicOpPkAddBF16 (T _data) | |
| void | execute (T *b) |
| AtomicOpFunctor * | clone () |
| Public Member Functions inherited from gem5::TypedAtomicOpFunctor< T > | |
| void | operator() (uint8_t *p) |
| Public Member Functions inherited from gem5::AtomicOpFunctor | |
| virtual | ~AtomicOpFunctor () |
Public Attributes | |
| T | data |
Definition at line 55 of file gpu_dyn_inst.hh.
|
inline |
|
inlinevirtual |
Implements gem5::TypedAtomicOpFunctor< T >.
Definition at line 77 of file gpu_dyn_inst.hh.
References AtomicOpPkAddBF16(), and data.
|
inlinevirtual |
Implements gem5::TypedAtomicOpFunctor< T >.
Definition at line 62 of file gpu_dyn_inst.hh.
References gem5::ArmISA::b, data, fatal, and gem5::AMDGPU::PkBfloat16::get().
| T gem5::AtomicOpPkAddBF16< T >::data |
Definition at line 58 of file gpu_dyn_inst.hh.
Referenced by AtomicOpPkAddBF16(), clone(), and execute().