Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 445 Bytes

File metadata and controls

20 lines (13 loc) · 445 Bytes

reduction_nvpl_tensor

A application demonstrating reduction computation using nvplTensor for C language.

Build

If NVPL is not installed under a default system prefix (e.g., /usr), then ensure environment variable nvpl_ROOT is set to the alternate NVPL root prefix (e.g., $HOME/nvpl).

CMake

$ cmake -S . -B build/default
$ cmake --build build/default

Run

$ ./build/default/nvpl_tensor_reduction_c