wsl/hsakmt: clean up namespace

Signed-off-by: Longlong Yao <Longlong.Yao@amd.com>
Reviewed-by: lyndonli <Lyndon.Li@amd.com>
Reviewed-by: Flora Cui <flora.cui@amd.com>
Part-of: <http://10.67.69.192/wsl/libhsakmt/-/merge_requests/7>
Dieser Commit ist enthalten in:
Longlong Yao
2024-09-10 08:16:11 -07:00
committet von Frank Min
Ursprung 79a63cf292
Commit ccb3950068
31 geänderte Dateien mit 139 neuen und 139 gelöschten Zeilen
+2 -2
Datei anzeigen
@@ -49,7 +49,7 @@
#include <time.h>
#include <type_traits>
namespace rocr {
namespace wsl {
namespace timer {
// Needed to patch around a mixed arithmetic bug in MSVC's duration_cast as of
@@ -168,6 +168,6 @@ class fast_clock {
static init fast_clock_init;
};
} // namespace timer
} // namespace rocr
} // namespace wsl
#endif