force-32bit-arithmetics
force-32bit-arithmetics
Consider all arithmetic operations as
single-precision floating-point or int32 operations.
Syntax
--force-32bit-arithmetics
--no-force-32bit-arithmetics
Default
Off (no-force-32bit-arithmetics)
Actions Modified
collect
=projection
- Run Survey Analysis.
- Run Trip Counts and FLOP analyses of the Characterization stage.
- Force 32-bit arithmetics when modeling your application performance on a target device.
$ advisor --collect=survey -stackwalk-mode=online --static-instruction-mix --project-dir=./advi -- myApplication
$ advisor --collect=tripcounts --flop --enable-data-transfer-analysis --project-dir=./advi -- myApplication
$ advisor --collect=projection --force-32bit-arithmetics --project-dir=./advi