SWDEV-377991 - Remove liquidflash support

Change-Id: Iba6455e5c0210c3223a06fec332404cd9f489154


[ROCm/clr commit: 53a10c9039]
This commit is contained in:
German
2023-01-19 18:53:11 -05:00
committed by German Andryeyev
parent 304d9e1430
commit b5b078e036
13 changed files with 6 additions and 281 deletions
-16
View File
@@ -34,14 +34,6 @@
#include "CL/cl_dx9_media_sharing.h"
#endif //_WIN32
#ifndef WITH_LIQUID_FLASH
#if (!defined(BUILD_HSA_TARGET) && defined(WITH_HSA_DEVICE) && \
defined(WITH_AMDGPU_PRO)) || defined(_WIN32)
#define WITH_LIQUID_FLASH 1
#include "lf.h"
#endif
#endif
namespace amd {
Context::Context(const std::vector<Device*>& devices, const Info& info)
@@ -91,10 +83,6 @@ Context::~Context() {
delete[] properties_;
delete glenv_;
#if WITH_LIQUID_FLASH
lfTerminate();
#endif
}
int Context::checkProperties(const cl_context_properties* properties, Context::Info* info) {
@@ -315,10 +303,6 @@ int Context::create(const intptr_t* properties) {
}
}
#if WITH_LIQUID_FLASH
lfInit();
#endif
return result;
}