Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Revert 2D/3D support

vinciguerra_a requested to merge revert-2d into master

Revert "Merge branch '87-add-mdrangepolicy-generator-for-arbitrary-dimensions-2' into 'master'"

This reverts commit a752facc, reversing changes made to 07468628.

The following commits are preserved:

  • replace TestFieldNorm with unit test
  • more rigorous normInf test

A comment to this MR: We do this revert since NVCC (11.0) has problems with SFINAE. We therefore disable the support of 2D fields until NVCC is able to handle this or we find a better solution. The use of if constexpr fails too (although it compiles).

  • comment by frey_m (copied for visibility)

Reopens #87 (closed)

Edited by vinciguerra_a

Merge request reports