Skip to content

Commit 7036e66

Browse files
committed
Revert "Only mark device type in launch info as deprecated"
This reverts commit a965e12.
1 parent a965e12 commit 7036e66

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

unified-runtime/source/loader/layers/sanitizer/asan/asan_libdevice.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ struct AsanRuntimeData {
6969
LocalArgsInfo *LocalArgs = nullptr; // Ordered by ArgIndex
7070
uint32_t NumLocalArgs = 0;
7171

72-
[[deprecated]] DeviceType DeviceTy = DeviceType::UNKNOWN;
7372
uint32_t Debug = 0;
7473

7574
int ReportFlag = 0;

unified-runtime/source/loader/layers/sanitizer/msan/msan_libdevice.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ struct MsanRuntimeData {
6464

6565
uintptr_t CleanShadow = 0;
6666

67-
[[deprecated]] DeviceType DeviceTy = DeviceType::UNKNOWN;
6867
uint32_t Debug = 0;
6968
uint32_t IsRecover = 0;
7069

unified-runtime/source/loader/layers/sanitizer/tsan/tsan_libdevice.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ struct TsanRuntimeData {
9999
// The last one is to record global state
100100
VectorClock Clock[kThreadSlotCount + 1];
101101

102-
[[deprecated]] DeviceType DeviceTy = DeviceType::UNKNOWN;
103-
104102
uint32_t Debug = 0;
105103

106104
int Lock = 0;

0 commit comments

Comments
 (0)