From c361be411d923d0705ea2783a3d0f7259f2fa5ad Mon Sep 17 00:00:00 2001 From: ocldev Date: Mon, 23 Sep 2024 04:42:57 +0200 Subject: [PATCH] build: dependencies update Signed-off-by: ocldev --- Jenkinsfile | 2 +- manifests/manifest.yml | 6 +++--- third_party/aub_stream/.version | 2 +- third_party/aub_stream/aubstream/product_family.h | 7 ------- 4 files changed, 5 insertions(+), 12 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0e7917f585..6d9d21b21e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,4 +7,4 @@ * */ -dependenciesRevision='e8e2a5edf21adcc2a94d0dd676d3622f568c2910-3046' +dependenciesRevision='6fe73a3ff65520509488720026be27547d5a2e21-3081' diff --git a/manifests/manifest.yml b/manifests/manifest.yml index 014a46efcb..63acaea089 100644 --- a/manifests/manifest.yml +++ b/manifests/manifest.yml @@ -3,7 +3,7 @@ components: branch: master dest_dir: aub_stream repository: https://github.com/intel/aubstream - revision: dd23df1dc8345bda623d7d8be3b76fab28518cf9 + revision: 3985030d02d96af3d80579f4772e503522d4e313 type: git gmmlib: asset_name: gmmlib @@ -42,7 +42,7 @@ components: dest_dir: kernels_bin type: git branch: kernels_bin - revision: 3046-2403 + revision: 3081-2410 kmdaf: branch: kmdaf dest_dir: kmdaf @@ -91,5 +91,5 @@ components: dest_dir: wsl revision: 56430997dac34ca0e9e18c177636234cac26ad54 type: git -converter: M-3046 +converter: M-3081 version: '1' diff --git a/third_party/aub_stream/.version b/third_party/aub_stream/.version index 4b921b3be5..6754917ba1 100644 --- a/third_party/aub_stream/.version +++ b/third_party/aub_stream/.version @@ -1 +1 @@ -git_revision: dd23df1dc8345bda623d7d8be3b76fab28518cf9 +git_revision: 3985030d02d96af3d80579f4772e503522d4e313 diff --git a/third_party/aub_stream/aubstream/product_family.h b/third_party/aub_stream/aubstream/product_family.h index be6a4ccfaf..9670bacb2d 100644 --- a/third_party/aub_stream/aubstream/product_family.h +++ b/third_party/aub_stream/aubstream/product_family.h @@ -11,13 +11,6 @@ namespace aub_stream { enum class ProductFamily : uint32_t { - Bdw = 0u, - Skl = 1u, - Kbl = 2u, - Cfl = 3u, - Bxt = 4u, - Glk = 5u, - Icllp = 6u, Tgllp = 7u, Adls = 8u, Adlp = 9u,