mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
refactor: remove legacy code vme
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
52d7096983
commit
a333b048fe
@@ -27,15 +27,6 @@ class SipKernel;
|
||||
class MemoryManager;
|
||||
class OsContext;
|
||||
|
||||
inline constexpr ConstStringRef mediaKernelsBuildOptionsList[] = {
|
||||
"-D cl_intel_device_side_advanced_vme_enable",
|
||||
"-D cl_intel_device_side_avc_vme_enable",
|
||||
"-D cl_intel_device_side_vme_enable",
|
||||
"-D cl_intel_media_block_io",
|
||||
CompilerOptions::fastRelaxedMath};
|
||||
|
||||
inline constexpr CompilerOptions::ConstConcatenation<> mediaKernelsBuildOptions{mediaKernelsBuildOptionsList};
|
||||
|
||||
struct BuiltinCode {
|
||||
enum class ECodeType {
|
||||
any = 0, // for requesting "any" code available - priorities as below
|
||||
|
||||
Reference in New Issue
Block a user