diff --git a/projects/clr/opencl/amdocl/cl_device.cpp b/projects/clr/opencl/amdocl/cl_device.cpp index de8ccb1bd2..92d43af5f2 100644 --- a/projects/clr/opencl/amdocl/cl_device.cpp +++ b/projects/clr/opencl/amdocl/cl_device.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2008 - 2021 Advanced Micro Devices, Inc. +/* Copyright (c) 2008 - 2022 Advanced Micro Devices, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -491,6 +491,13 @@ RUNTIME_ENTRY(cl_int, clReleaseDevice, (cl_device_id device)) { } RUNTIME_EXIT +// dummy function for OCL, release resource for HIP +namespace amd { + +void shutDown() {} + +} // namespace amd + /*! @} * @} */