General information
Based on C and FORTRAN directives, HMPP Workbench version 2.5.2 offers a high level abstraction for GPGPUs. HMPP compiler integrates powerful data-parallel backends for NVIDIA CUDA and OpenCL. The HMPP runtime ensures application deployment on multi-GPU systems.
How to use
In order to execute the compiler use
hmpp
for example, to compile the test.c program by using the gcc compiler use
hmpp gcc test.c -o test