P4 to Git Change 2006447 by gandryey@gera-win10 on 2019/09/30 13:32:36

SWDEV-79445 - OCL generic changes and code clean-up
	- Allow to disable GPUOpen build

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/build/Makefile.pal#23 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbedefs#52 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#167 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palgpuopen.cpp#18 edit
This commit is contained in:
foreman
2019-09-30 13:41:27 -04:00
szülő 73b57f8bae
commit 4794298058
2 fájl változott, egészen pontosan 5 új sor hozzáadva és 1 régi sor törölve
@@ -22,6 +22,7 @@
#include "palFence.h"
#include "palQueueSemaphore.h"
#ifdef PAL_GPUOPEN_OCL
// gpuutil headers
#include "gpuUtil/palGpaSession.h"
@@ -819,5 +820,6 @@ void RgpCaptureMgr::WriteUserEventMarker(const VirtualGPU* gpu,
WriteMarker(gpu, user_event_, markerSize);
}
} // namespace pal
}; // namespace pal
#endif // PAL_GPUOPEN_OCL