Mentions légales du service

Skip to content
Snippets Groups Projects

fix runtime include formatting

Merged NICOLAS Brieuc requested to merge bnicolas/chameleon:fix-runtime-include into master
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -295,7 +295,7 @@ typedef enum chameleon_getrf_e {
@@ -295,7 +295,7 @@ typedef enum chameleon_getrf_e {
* @brief Chameleon GETRF all reduce algorithm variants
* @brief Chameleon GETRF all reduce algorithm variants
*/
*/
typedef enum chameleon_getrf_allreduce_e {
typedef enum chameleon_getrf_allreduce_e {
ChamStarPUTasks,
ChamStarPUTasks = 0,
} cham_getrf_allreduce_t;
} cham_getrf_allreduce_t;
#define ChameleonTrd 1001
#define ChameleonTrd 1001
Loading