compute-runtime/scripts/igc/llvm7.patch

12 lines
879 B
Diff

--- a/igc/IGC/BiFModule/CMakeLists.txt
+++ b/igc/IGC/BiFModule/CMakeLists.txt
@@ -866,7 +866,7 @@ endif(${VME_TYPES_DEFINED})
igc_bif_find_cl_files(IGC_BUILD__BIF_OCL_COMMON_DEPENDS ${IGC_BUILD__BIF_OCL_COMMON_INC_DIRS} "${IGC_OPTION__BIF_SRC_OCL_DIR}/Implementation")
-set(KHR_DEFINES "cl_khr_f16" "cl_khrfp64" "cl_khr_gl_msaa_sharing" "cl_khr_mipmap_image" "cl_khr_depth_images" "cl_intel_subgroups_short" "cl_intel_subgroups_char" "cl_intel_subgroups_long" "cl_intel_64bit_global_atomics_placeholder")
+set(KHR_DEFINES "cl_khr_f16" "cl_khrfp64" "cl_khr_gl_msaa_sharing" "cl_khr_mipmap_image" "cl_khr_depth_images" "cl_intel_subgroups_short" "cl_intel_subgroups_char" "cl_intel_subgroups_long" "cl_intel_64bit_global_atomics_placeholder" "cl_intel_device_side_avc_motion_estimation")
igc_bif_build_bc(
OUTPUT "${IGC_BUILD__BIF_DIR}/IBiF_Impl_int.bc"