ATLAS Offline Software
Namespaces | Functions
HIPFunctions.h File Reference
#include <iosfwd>
#include <vector>
Include dependency graph for HIPFunctions.h:
This graph shows which files directly or indirectly include this file:

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...