gpu-library-advisor --version (return code: 0)
gpu-library-advisor: NVIDIA (R) GPU Library Advisor
Copyright (c) 2015 - 2016 NVIDIA Corporation
Release version 1.0
gpu-library-advisor --help (return code: 0)
Usage: gpu-library-advisor [options] [application] [application options]
The NVIDIA GPU Library Advisor is a cross-platform analysis tool that identifies
opportunities to improve application performance by replacing existing
libraries with GPU-accelerated versions of those libraries. Many standard
libraries like BLAS and FFTW have GPU-accelerated versions that provide
significant performance improvement. For example the NVBLAS library can
directly replace CPU BLAS libraries and deliver faster performance, depending
on your BLAS usage. GPU Library Advisor identifies these performance improvement
opportunities without requiring the application source-code to be modified
or the application to be rebuilt.
--ccbin Directory of the host compiler or the executable itself.
--help, -h Print this help information.
--include, -I Specify include search paths.
--libraries, -l Library interception specification file.
--version, -V Print version information.