SWDEV-412457 - include assert header in files that use it
Change-Id: Ie1a947e78c4badc5b07b15fefc8aaedacfc7a02c
This commit is contained in:
committed by
Jatin Jaikishan Chaudhary
parent
b8b870328b
commit
8dd9d9df51
@@ -1,5 +1,7 @@
|
||||
#include <hip/hip_runtime.h>
|
||||
#include <cassert>
|
||||
#include <vector>
|
||||
|
||||
#ifdef NDEBUG
|
||||
#define HIP_ASSERT(x) x
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user