-
Notifications
You must be signed in to change notification settings - Fork 154
Languages
tingxingdong edited this page Apr 6, 2018
·
9 revisions
The benchmarking module, Tensile.py, is written in python. The python scripts write solution, kernels, cmake files and all other C/C++ files used for benchmarking.
The Tensile API, Tensile.h, is confined to C89 so that it will be usable by most software. The code behind the API is allowed to be c++11.
The device languages Tensile supports for the gpu kernels is
- OpenCL 1.2
- HIP
- AMD GCN Assembly
- gfx803
- gfx900