XeTLA v0.3.6
IntelĀ® Xe Templates for Linear Algebra - API Definition Document
 
Loading...
Searching...
No Matches
debug.hpp File Reference
#include "common/core/common.hpp"
#include <CL/sycl.hpp>
#include <ext/intel/esimd.hpp>
Include dependency graph for debug.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  gpu
 
namespace  gpu::xetla
 

Macros

#define XETLA_PRINTF(s, ...)
 
#define XETLA_ASSERT(c, s, ...)
 
#define DEBUG_INVOKE(level, ...)
 

Macro Definition Documentation

◆ DEBUG_INVOKE

#define DEBUG_INVOKE (   level,
  ... 
)
Value:
do { \
} while (0)

◆ XETLA_ASSERT

#define XETLA_ASSERT (   c,
  s,
  ... 
)
Value:
do { \
} while (0)

◆ XETLA_PRINTF

#define XETLA_PRINTF (   s,
  ... 
)
Value:
do { \
} while (0)