Skip to content

Removed review_june branch from ci jobs.

This MR does two things:

  • review_june is not anymore in the branches it would run on upon git pushing, in the CI configuration file.
  • For some reason still to be understood, CUDA version 10.1.168 makes nvprof crash when running our code (a prefix sum dev to host copy fails). This is to be understood yet. In the meantime, the CI uses the nvprof executable from CUDA version 10.0, which works.

It should be noted that according to Andy nvprof is to be replaced by nsight eventually.

Edited by Daniel Campora Perez

Merge request reports