P4 to Git Change 1136311 by rili@rili_opencl_stg on 2015/03/31 14:29:39

EPR #416125 - Remove extension cl_amd_open_video from build.
	                         All codes related to this extension will be removed later

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/opencl/Makefile#6 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_open_video_amd.h#19 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#242 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#505 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/hsa/hsadevice.cpp#90 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/hsa/hsadevice.hpp#47 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/hsa_foundation/hsadevice.cpp#29 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/commandqueue.cpp#19 edit


[ROCm/clr commit: 3699162bef]
This commit is contained in:
foreman
2015-03-31 15:00:52 -04:00
parent 1f518f16bc
commit 8d962ae8df
4 changed files with 10 additions and 4 deletions
@@ -1075,9 +1075,9 @@ Device::initializeHeapResources()
// Create a synchronized transfer queue
xferQueue_ = new VirtualGPU(*this);
if (!(xferQueue_ && xferQueue_->create(
false,
false
#if cl_amd_open_video
NULL
,NULL
#endif // cl_amd_open_video
))) {
delete xferQueue_;