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
This commit is contained in:
foreman
2018-05-08 13:05:02 -04:00
parent ac50335c91
commit 862d478fc6
-7
View File
@@ -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();