SWDEV-412457 - include assert header in files that use it
Change-Id: Ie1a947e78c4badc5b07b15fefc8aaedacfc7a02c
[ROCm/rocprofiler commit: 8dd9d9df51]
This commit is contained in:
committed by
Jatin Jaikishan Chaudhary
parent
66f517ab27
commit
b94af28425
@@ -42,6 +42,7 @@
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
#include <cassert>
|
||||
#include <cstdarg>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
|
||||
#include <experimental/filesystem>
|
||||
#include <atomic>
|
||||
#include <cassert>
|
||||
#include <optional>
|
||||
#include <thread>
|
||||
|
||||
|
||||
@@ -28,6 +28,7 @@ THE SOFTWARE.
|
||||
#include <sys/syscall.h>
|
||||
|
||||
#include <atomic>
|
||||
#include <cassert>
|
||||
#include <iostream>
|
||||
#include <map>
|
||||
#include <mutex>
|
||||
|
||||
@@ -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