Project

General

Profile

Bit identical results

Added by Enrico Degregori over 1 year ago

During the development/porting cycle, bit-identical results should be obtained between CPU and GPU version.

CPU version needs to disable FMA: -Mnofma

GPU version needs to disable FMA and use CPU algorithms for mathematical operations: -Mnofma -gpu=math_uniform,cuda11.7