Skip to content

rename dim* to MDAdim* to avoid name conflict with the CUDA compiler

James Willenbring requested to merge prwolfe:rename_dim3 into develop

Created by: prwolfe

I'm not sure how the namespace could be changed to fix this as it appears that the nvidia 8.0.44 compiler is simply assuming that anonymous namespaces are in the same reference as non-namespaced items. Odd.

@trilinos/domi

Description

This just renames a variable to avoid a conflict with the CUDA compiler

Motivation and Context

The code would not compile on CUDA 8.0.44 without resolving this.

Merge request reports