You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openmp/libomptarget/plugins-nextgen/amdgpu/src/rtl.cpp
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -3430,19 +3430,11 @@ struct AMDGPUPluginTy final : public GenericPluginTy {
3430
3430
if (auto Err = HostDevice->init())
3431
3431
returnstd::move(Err);
3432
3432
3433
-
#if0//<<<<<<< HEAD
3434
3433
#ifdef OMPT_SUPPORT
3435
3434
::OmptCallbackInit();
3436
3435
#endif
3437
3436
3438
-
// Initialize flags for device type:
3439
-
hasAPUDevice();
3440
-
// check for dGPUs with USM support
3441
-
hasGfx90aDevice();
3442
-
hasMI300xDevice();
3443
-
#else//=======
3444
3437
scanForUSMCapableDevices();
3445
-
#endif//>>>>>>> 1abd5de10b93 ([OpenMP][MI300] Revised the APU detection algorithm. Only for a GFX942 the last bit of the chip id is used to distinguish between an MI300A and MI300X. There is only a single iteration over the agent vector necessary instead of three, as before.)
0 commit comments