SWDEV-463865 - symbol renamings to prevent conflicts in static build
Change-Id: Id7fbb638c1088c23df52fee877cd790d637b1ffb
[ROCm/clr commit: b8c2ac4de4]
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user