From 3186e17a2d193ec2c3d7d3418d4740ed8dc90363 Mon Sep 17 00:00:00 2001 From: ocldev Date: Mon, 3 Nov 2025 05:12:07 +0100 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/aub_manager.h | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 012216e059..16fb4bdf3f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,4 +7,4 @@ * */ -dependenciesRevision='92b7c70aa1db73535aabe05716777ab62e3bf232-3748' +dependenciesRevision='30549d8ab19904b840c4844aa6ba7c4b4659d3b9-3752' diff --git a/manifests/manifest.yml b/manifests/manifest.yml index 40fabc9b29..a30549079f 100644 --- a/manifests/manifest.yml +++ b/manifests/manifest.yml @@ -8,7 +8,7 @@ components: branch: master dest_dir: aub_stream repository: https://github.com/intel/aubstream - revision: f865ecd3483087c63d98f483c23f2f7392f33f95 + revision: 480c5132e0ceb135198b19f68d54f71c33ba95c5 type: git gmmlib: asset_name: gmmlib @@ -41,7 +41,7 @@ components: dest_dir: kernels_bin type: git branch: kernels_bin - revision: 3748-5707 + revision: 3752-5715 level_zero: asset_name: level_zero dest_dir: level_zero @@ -85,7 +85,7 @@ components: dest_dir: wsl revision: 56430997dac34ca0e9e18c177636234cac26ad54 type: git -converter: M-3748 +converter: M-3752 include: - infra.yml version: '1' diff --git a/third_party/aub_stream/.version b/third_party/aub_stream/.version index aa1b0f8850..945ab4c319 100644 --- a/third_party/aub_stream/.version +++ b/third_party/aub_stream/.version @@ -1 +1 @@ -git_revision: f865ecd3483087c63d98f483c23f2f7392f33f95 +git_revision: 480c5132e0ceb135198b19f68d54f71c33ba95c5 diff --git a/third_party/aub_stream/aubstream/aub_manager.h b/third_party/aub_stream/aubstream/aub_manager.h index 374c9d621d..64bb1346b0 100644 --- a/third_party/aub_stream/aubstream/aub_manager.h +++ b/third_party/aub_stream/aubstream/aub_manager.h @@ -30,7 +30,7 @@ struct AubManagerOptions { uint64_t gpuAddressSpace{}; SharedMemoryInfo sharedMemoryInfo{}; bool throwOnError{}; - uint64_t dataStolenMemorySize{4 * 1024 * 1024}; + uint64_t dataStolenMemorySize{}; }; class AubManager {