Skip to content

Fix (workaround) DGEMM issue in kokkos kernels.

James Willenbring requested to merge kyungjoo-kim:tpetra-develop into develop

Created by: kyungjoo-kim

Description

Problem is described in #3417 (closed)

Motivation and Context

The possible explanation of this problem is a compiler bug. const int variable is changed in the middle of a function.

Related Issues

#3417 (closed)

How Has This Been Tested?

I tested on white with the ATDM script. All tpetra tests are passed.

Additional Information

This error comes from a POWER system and it is not revealed from the previous PR test nor from x86 systems as the PR test does not include POWER systems.

Merge request reports