ATLAS Offline Software
|
#include <iosfwd>
#include <vector>
Go to the source code of this file.
Namespaces | |
AthHIPExamples | |
Functions | |
void | AthHIPExamples::printHipDeviceInfo (int deviceId, std::ostream &out) |
Return information about the selected device. More... | |
void | AthHIPExamples::linearTransform (int deviceId, std::vector< float > &data, float a, float b) |
Perform a linear transformation on an array. More... | |