Skip to content

Commit f06ebef

Browse files
WalltedCompute-Runtime-Automation
authored andcommitted
infra update
Related-To: NEO-6172 Signed-off-by: Grzegorz Choinski <grzegorz.choinski@intel.com>
1 parent 2fbc1f6 commit f06ebef

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,11 @@ message(STATUS "i915 includes dir: ${I915_HEADERS_DIR}")
482482
# Enable/Disable BuiltIns compilation during build
483483
set(COMPILE_BUILT_INS TRUE CACHE BOOL "Enable built-in kernels compilation")
484484
if(NOT DEFINED NEO_KERNELS_BIN_DIR)
485-
get_filename_component(NEO_KERNELS_BIN_DIR "${NEO_SOURCE_DIR}/../kernels_bin/" ABSOLUTE)
485+
if(WIN32)
486+
get_filename_component(NEO_KERNELS_BIN_DIR "${NEO_SOURCE_DIR}/../kernels_bin/windows" ABSOLUTE)
487+
else()
488+
get_filename_component(NEO_KERNELS_BIN_DIR "${NEO_SOURCE_DIR}/../kernels_bin/linux" ABSOLUTE)
489+
endif()
486490
endif()
487491

488492
# Changing the default executable and library output directories

manifests/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ components:
2727
branch: master
2828
dest_dir: infra
2929
fetch_tags: true
30-
revision: v4211
30+
revision: v4214
3131
type: git
3232
internal:
3333
branch: master
@@ -38,7 +38,7 @@ components:
3838
dest_dir: kernels_bin
3939
type: git
4040
branch: kernels_bin
41-
revision: 1958-379
41+
revision: 1958-382
4242
kmdaf:
4343
branch: kmdaf
4444
dest_dir: kmdaf

0 commit comments

Comments
 (0)