From 901e67024a8ce065100a2205b06a9ee0039d251c Mon Sep 17 00:00:00 2001 From: foreman Date: Fri, 27 Sep 2019 16:36:00 -0400 Subject: [PATCH] P4 to Git Change 2005728 by gandryey@gera-win10 on 2019/09/27 16:30:22 SWDEV-79445 - OCL generic changes and code clean-up - Update copyright header. No functional changes. Affected files ... ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_agent_amd.h#3 edit ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_d3d9_amd.hpp#19 edit ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_debugger_amd.h#8 edit ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_lqdflash_amd.h#7 edit ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_p2p_amd.h#2 edit ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_platform_amd.h#3 edit ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_profile_amd.h#4 edit ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_sdi_amd.cpp#5 edit ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_sdi_amd.h#3 edit ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_semaphore_amd.h#4 edit ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_thread_trace_amd.h#5 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldeviced3d10.cpp#4 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldeviced3d11.cpp#4 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldeviced3d9.cpp#4 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevicegl.cpp#12 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palmemory.cpp#29 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paltrap.hpp#3 edit --- rocclr/runtime/device/pal/paldeviced3d10.cpp | 4 ++++ rocclr/runtime/device/pal/paldeviced3d11.cpp | 4 ++++ rocclr/runtime/device/pal/paldeviced3d9.cpp | 4 ++++ rocclr/runtime/device/pal/paldevicegl.cpp | 4 ++++ rocclr/runtime/device/pal/palmemory.cpp | 4 ++++ rocclr/runtime/device/pal/paltrap.hpp | 4 ++++ 6 files changed, 24 insertions(+) diff --git a/rocclr/runtime/device/pal/paldeviced3d10.cpp b/rocclr/runtime/device/pal/paldeviced3d10.cpp index 202fca7ef6..7b652a7821 100644 --- a/rocclr/runtime/device/pal/paldeviced3d10.cpp +++ b/rocclr/runtime/device/pal/paldeviced3d10.cpp @@ -1,3 +1,7 @@ +// +// Copyright (c) 2015 Advanced Micro Devices, Inc. All rights reserved. +// + #include "paldevice.hpp" #if defined(ATI_OS_LINUX) diff --git a/rocclr/runtime/device/pal/paldeviced3d11.cpp b/rocclr/runtime/device/pal/paldeviced3d11.cpp index 00d852d80e..3ce6b5ca7e 100644 --- a/rocclr/runtime/device/pal/paldeviced3d11.cpp +++ b/rocclr/runtime/device/pal/paldeviced3d11.cpp @@ -1,3 +1,7 @@ +// +// Copyright (c) 2015 Advanced Micro Devices, Inc. All rights reserved. +// + #include "paldevice.hpp" #if defined(ATI_OS_LINUX) diff --git a/rocclr/runtime/device/pal/paldeviced3d9.cpp b/rocclr/runtime/device/pal/paldeviced3d9.cpp index cf2ee5303c..2c9dc63f4f 100644 --- a/rocclr/runtime/device/pal/paldeviced3d9.cpp +++ b/rocclr/runtime/device/pal/paldeviced3d9.cpp @@ -1,3 +1,7 @@ +// +// Copyright (c) 2015 Advanced Micro Devices, Inc. All rights reserved. +// + #include "paldevice.hpp" #if defined(ATI_OS_LINUX) diff --git a/rocclr/runtime/device/pal/paldevicegl.cpp b/rocclr/runtime/device/pal/paldevicegl.cpp index 1d8e9df9e7..370f0d3f81 100644 --- a/rocclr/runtime/device/pal/paldevicegl.cpp +++ b/rocclr/runtime/device/pal/paldevicegl.cpp @@ -1,3 +1,7 @@ +// +// Copyright (c) 2015 Advanced Micro Devices, Inc. All rights reserved. +// + #include "platform/context.hpp" #include "device/device.hpp" #include "platform/runtime.hpp" diff --git a/rocclr/runtime/device/pal/palmemory.cpp b/rocclr/runtime/device/pal/palmemory.cpp index 9d2beb5019..555aa8a550 100644 --- a/rocclr/runtime/device/pal/palmemory.cpp +++ b/rocclr/runtime/device/pal/palmemory.cpp @@ -1,3 +1,7 @@ +// +// Copyright (c) 2015 Advanced Micro Devices, Inc. All rights reserved. +// + //! Implementation of GPU device memory management #include "top.hpp" diff --git a/rocclr/runtime/device/pal/paltrap.hpp b/rocclr/runtime/device/pal/paltrap.hpp index 1494710819..78cee1669e 100644 --- a/rocclr/runtime/device/pal/paltrap.hpp +++ b/rocclr/runtime/device/pal/paltrap.hpp @@ -1,3 +1,7 @@ +// +// Copyright (c) 2015 Advanced Micro Devices, Inc. All rights reserved. +// + /******************************************************************************* * The source of the runtime trap handler, "runtimetraphandler.sp3". * The binary is created by the SP3 tool with the following command: