From 5f45518536eded04c3fd142b2641332ab4b09d24 Mon Sep 17 00:00:00 2001 From: foreman Date: Tue, 8 May 2018 13:05:02 -0400 Subject: [PATCH] P4 to Git Change 1551931 by gandryey@gera-w8 on 2018/05/08 12:56:00 SWDEV-151981 - Removal of CPU support on Windows - Remove missed prototype Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.hpp#27 edit [ROCm/clr commit: 862d478fc61820e6c7e69b1f797abcb40b93592e] --- projects/clr/rocclr/runtime/device/rocm/rocdevice.hpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/projects/clr/rocclr/runtime/device/rocm/rocdevice.hpp b/projects/clr/rocclr/runtime/device/rocm/rocdevice.hpp index 2bb83408a4..54943c2df8 100644 --- a/projects/clr/rocclr/runtime/device/rocm/rocdevice.hpp +++ b/projects/clr/rocclr/runtime/device/rocm/rocdevice.hpp @@ -93,13 +93,6 @@ class NullDevice : public amd::Device { // List of dummy functions which are disabled for NullDevice - //! Create sub-devices according to the given partition scheme. - virtual cl_int createSubDevices(device::CreateSubDevicesInfo& create_info, cl_uint num_entries, - cl_device_id* devices, cl_uint* num_devices) { - ShouldNotReachHere(); - return CL_INVALID_VALUE; - }; - //! Create a new virtual device environment. virtual device::VirtualDevice* createVirtualDevice(amd::CommandQueue* queue = nullptr) { ShouldNotReachHere();