Use std::atomic

Replace amd::Atomic with std::atomic. Remove make_atomic uses by
converting the variable to std::atomic and making sure the memory
order is relaxed when synchronizes-with is not needed.

Delete utils/atomic.hpp.

Change-Id: I0b36db8d604a8510ac6e36b32885fd16a1b8ccfa
This commit is contained in:
Laurent Morichetti
2020-08-28 21:38:05 -07:00
committed by Saleel Kudchadker
parent cef70aa8d3
commit 5d4b6f74d3
22 changed files with 46 additions and 495 deletions
-1
View File
@@ -34,7 +34,6 @@
#include "device/gpu/gpudevice.hpp"
#include "device/gpu/gpublit.hpp"
#include "device/gpu/gputimestamp.hpp"
#include "thread/atomic.hpp"
#include "hsa_ext_image.h"
#include <string>