SWDEV-463865 - symbol renamings to prevent conflicts in static build

Change-Id: Id7fbb638c1088c23df52fee877cd790d637b1ffb


[ROCm/clr commit: b8c2ac4de4]
This commit is contained in:
Ioannis Assiouras
2024-06-04 18:33:00 +01:00
parent 1c94521c1c
commit 0e023d1a0a
17 changed files with 45 additions and 45 deletions
+2 -2
View File
@@ -28,11 +28,11 @@
#include <atomic>
namespace amd {
// Stores the no. of memory allocations
std::atomic<uint32_t> numAllocs = {0};
namespace amd {
bool BufferRect::create(const size_t* bufferOrigin, const size_t* region, size_t bufferRowPitch,
size_t bufferSlicePitch) {
bool valid = false;