1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-02-25 08:06:13 +00:00

Merge branch 'develop' into bugfix/rocm7-rocblas-type-refactor

This commit is contained in:
Allen McKnight
2025-11-04 08:50:11 -06:00
committed by GitHub

View File

@@ -42,6 +42,7 @@ void GridAbort(void);
#define ASSLOG(A) ::write(STDERR_FILENO,A,::strlen(A));
#ifdef HAVE_EXECINFO_H
#define GRID_ASSERT(b) if(!(b)) { \
fflush(stdout); \
ASSLOG(" GRID_ASSERT failure: "); \
ASSLOG(__FILE__); \
ASSLOG(" : "); \