From ed923eb12efe9a0f5fbd68db15992f41bbb7e9a0 Mon Sep 17 00:00:00 2001 From: Jason Tang Date: Wed, 12 May 2021 17:10:43 -0400 Subject: [PATCH] SWDEV-269983 - Re-enable OpenCL Offline Compilation in ROCr path Change-Id: I160c56a6964219c56c85ebeb5f475be535c39022 --- rocclr/device/rocm/rocdevice.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rocclr/device/rocm/rocdevice.cpp b/rocclr/device/rocm/rocdevice.cpp index a512d2f628..aaa6b61b65 100644 --- a/rocclr/device/rocm/rocdevice.cpp +++ b/rocclr/device/rocm/rocdevice.cpp @@ -277,10 +277,6 @@ bool NullDevice::init() { return false; } - // FIXME: ROC offline device support needs to be corrected. - // For now return without initializing offline device list. - return true; - // Create offline devices for all ISAs not already associated with an online // device. This allows code objects to be compiled for all supported ISAs. std::vector devices = getDevices(CL_DEVICE_TYPE_GPU, false);