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: 862d478fc6]
This commit is contained in:
foreman
2018-05-08 13:05:02 -04:00
vanhempi 2de2c91644
commit 5f45518536
@@ -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();