ATLAS Offline Software
|
Classes | |
class | LinearTransformExampleAlg |
Example algorithm running a very simple operation using SYCL. More... | |
Functions | |
void | printHipDeviceInfo (int deviceId, std::ostream &out) |
Return information about the selected device. More... | |
void | linearTransform (int deviceId, std::vector< float > &data, float a, float b) |
Perform a linear transformation on an array. More... | |
void AthHIPExamples::linearTransform | ( | int | deviceId, |
std::vector< float > & | data, | ||
float | a, | ||
float | b | ||
) |
Perform a linear transformation on an array.
void AthHIPExamples::printHipDeviceInfo | ( | int | deviceId, |
std::ostream & | out | ||
) |
Return information about the selected device.