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

Fix CUDA issues

vinciguerra_a requested to merge fix-cuda-issues into master

A couple changes introduced during the final review of !157 (merged) are fine with GCC, but nvcc complains and some issues slipped through the cracks.

  • No redefining default template arguments
  • Failure to recognize dead code due to constexpr branching
Edited by vinciguerra_a

Merge request reports