Skip to content

Languages

tingxingdong edited this page Apr 6, 2018 · 9 revisions

Tensile Benchmarking is Python

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.

Tensile Library

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.

Device Languages

The device languages Tensile supports for the gpu kernels is

  • OpenCL 1.2
  • HIP
  • AMD GCN Assembly
    • gfx803
    • gfx900
Clone this wiki locally