RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
Macros
TensorStats.cpp File Reference
#include "RAJA/pattern/tensor/stats.hpp"
#include <stdio.h>

Macros

#define PRINT_STAT(STAT)
 

Macro Definition Documentation

◆ PRINT_STAT

#define PRINT_STAT (   STAT)
Value:
if (STAT) \
{ \
printf(" %-32s %ld\n", #STAT, STAT); \
}