Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 451 Bytes

File metadata and controls

20 lines (13 loc) · 451 Bytes

contraction_nvpl_tensor

A application demonstrating contraction 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_contraction_c