Debian Package Tracker
Register | Log in
Subscribe

intel-compute-runtime

Choose email to subscribe with

general
  • source: intel-compute-runtime (main)
  • version: 26.05.37020.3-1
  • maintainer: Debian OpenCL Maintainers (archive) (DMD)
  • uploaders: Andreas Beckmann [DMD] – Timo Aaltonen [DMD]
  • std-ver: 4.6.1
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 20.44.18297-1
  • oldstable: 22.43.24595.41-1
  • testing: 26.05.37020.3-1
  • unstable: 26.05.37020.3-1
versioned links
  • 20.44.18297-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 22.43.24595.41-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 26.05.37020.3-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • intel-ocloc
  • intel-ocloc-dev
  • intel-opencl-icd (1 bugs: 0, 0, 1, 0)
  • libze-intel-gpu-dev
  • libze-intel-gpu1
action needed
Debci reports failed tests high
  • unstable: neutral (log)
    The tests ran in 0:13:01
    Last run: 2026-05-26T11:21:47.000Z
    Previous status: unknown

  • testing: neutral (log)
    The tests ran in 0:14:03
    Last run: 2026-07-30T21:21:58.000Z
    Previous status: unknown

  • stable: fail (log)
    The tests ran in 0:00:16
    Last run: 2025-08-10T20:30:09.000Z
    Previous status: unknown

Created: 2025-08-10 Last update: 2026-08-19 20:02
1 binary package has unsatisfiable dependencies high
  • The dependencies of intel-opencl-icd=26.05.37020.3-1 cannot be satisfied in unstable on amd64 because: unsatisfied dependency on libigc2 (< 2.28.4+~)
Created: 2026-08-19 Last update: 2026-08-19 20:02
A new upstream version is available: 26.31.39395.13 high
A new upstream version 26.31.39395.13 is available, you should consider packaging it.
Created: 2026-03-18 Last update: 2026-08-19 20:02
Marked for autoremoval on 04 September: #1143795 high
Version 26.05.37020.3-1 of intel-compute-runtime is marked for autoremoval from testing on Fri 04 Sep 2026. It is affected by #1143795. You should try to prevent the removal by fixing these RC bugs.
Created: 2026-08-13 Last update: 2026-08-19 19:31
version in VCS is newer than in repository, is it time to upload? normal
vcswatch reports that this package seems to have a new changelog entry (version 26.27.39122.14-1, distribution UNRELEASED) and new commits in its VCS. You should consider whether it's time to make an upload.

Here are the relevant commit messages:
commit 83e6a9f8fbcac58db104fde7f2009e673ae8bc44
Author: Timo Aaltonen <tjaalton@debian.org>
Date:   Tue Aug 18 16:17:56 2026 +0300

    alternatives: update version for ocloc

commit 14fe2800c4bd2634ceed09e00897cef49219c10d
Author: Timo Aaltonen <tjaalton@debian.org>
Date:   Tue Aug 18 16:17:39 2026 +0300

    control: Update build-deps.

commit b2f672558f3d4e6125a885a9e81c66be2dec4515
Author: Timo Aaltonen <tjaalton@debian.org>
Date:   Tue Aug 18 16:14:12 2026 +0300

    version bump

commit c46dccf228cc3d9b45b17e7437992fcbf33c574b
Merge: 631dd2d4 2930843c
Author: Timo Aaltonen <tjaalton@debian.org>
Date:   Tue Aug 18 16:13:45 2026 +0300

    Merge branch 'master' into m

commit 631dd2d444c0c90d3952e6883d58911f736ca920
Merge: 37f37dd2 a5e0dd79
Author: Timo Aaltonen <tjaalton@debian.org>
Date:   Tue Aug 18 16:13:41 2026 +0300

    Merge tag '26.05.37020.3' into m

commit 37f37dd269de2ab0678ec32296e0fe365ac7c102
Author: ocldev <ocldev@intel.com>
Date:   Mon Aug 3 12:47:20 2026 +0200

    build: igc revision update to v2.38.5
    
    Signed-off-by: ocldev <ocldev@intel.com>

commit 918f4f8afc48519bd63fc0bc0f78a5086bb2b007
Author: ocldev <ocldev@intel.com>
Date:   Tue Jul 28 16:40:13 2026 +0200

    build: igc revision update to v2.38.4
    
    Signed-off-by: ocldev <ocldev@intel.com>

commit 6b9ad8be58c03ea2362ec1717e5f65b862fe4d6d
Author: ocldev <ocldev@intel.com>
Date:   Thu Jul 16 14:28:16 2026 +0200

    build: igc revision update to v2.38.3
    
    Signed-off-by: ocldev <ocldev@intel.com>

commit 930b848261031928061f744020de30c104c0f207
Author: Neil R. Spruit <neil.r.spruit@intel.com>
Date:   Tue Jul 14 18:41:25 2026 +0000

    fix: Add remaining 1.17 L0 Core features
    
    Related-To: NEO-19295
    
    Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
    Source: 13dd5f22aa01dd631f2ff91e09c1778b59733bc6

commit f71cdaa0be2432bda4a2b35dd99e02a28c6ad13a
Author: Aleksandra Nizio <aleksandra.nizio@intel.com>
Date:   Tue Jun 30 20:51:05 2026 +0000

    fix: skip D3D11 fence sync for shared resources with interop user sync
    
    For a MISC_SHARED resource with CL_CONTEXT_INTEROP_USER_SYNC enabled the
    application owns synchronization, so signalAndWait must not run on
    acquire.
    Make the d3dFence path honor getInteropUserSyncEnabled(), matching the
    existing query-based path. Add a texture-path unit test alongside the
    existing buffer coverage.
    
    Resolves: GSD-12899
    Signed-off-by: Aleksandra Nizio <aleksandra.nizio@intel.com>
    Source: 572345ffead8dd6251a2f25a9b3fd9b4f6017ef2

commit bc01cf0847e02d69ca1154cac8ad48ebb555b1fb
Author: Chodor, Jaroslaw <jaroslaw.chodor@intel.com>
Date:   Thu Jul 9 16:08:54 2026 +0000

    performance: reducing device memory footprint of graphs
    
    With graphs, we're able to estimate size required to build
    command buffers based on number of recorded commands.
    
    Related-To: GSD-12926
    Signed-off-by: Chodor, Jaroslaw <jaroslaw.chodor@intel.com>
    Source: e1a04a80e9e88696403e5b46adc0b13f0caaf5b2

commit 75c6133e604365b72a919f5f9fcfb7d154d3c18e
Author: Chodor, Jaroslaw <jaroslaw.chodor@intel.com>
Date:   Thu Jul 9 20:05:54 2026 +0000

    fix: add stub functions for L0 1.17 runtime requirements API
    
    bump L0 Core API version in global dispatch to 1.17
    
    Additionally, making graph handles ddi-extensions-compatible
    
    Signed-off-by: Chodor, Jaroslaw <jaroslaw.chodor@intel.com>
    Source: d3e5027c32cfd0c2512aead65c08f4d5ef9a809e

commit ffde957a3251c0b11581efb800ffaec9c4654c4e
Author: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
Date:   Thu Jul 2 16:32:45 2026 +0200

    Revert "performance: preallocate USM pools on first request"
    
    This reverts commit 95759139616328a9987af18aa2a0da8e17e1dcaa.
    
    Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
    
    Source: 61c468438b2e4660170e0e2010eba5fc7f2c4e20

commit f7cf73fbbababb311a30d77fda182a4def3a50da
Author: Andrzej Koska <andrzej.koska@intel.com>
Date:   Mon Jul 6 10:27:43 2026 +0000

    fix: Advertise MEMORY TYPE FLAG in external memory properties
    
    Advertise ZE_EXTERNAL_MEMORY_TYPE_FLAG_OPAQUE_FD in external memory
    properties
    
    Related-To: NEO-18258
    
    Signed-off-by: Andrzej Koska <andrzej.koska@intel.com>
    Source: 223733e8efb1e32da6ecb8fe8a1c875dad190fea

commit 8f6329110042d355aac2f4970897ecec06a809d1
Author: Neil R. Spruit <neil.r.spruit@intel.com>
Date:   Wed Jul 1 20:46:43 2026 +0000

    fix: Re-enable multi Va mapping to host physical memory
    
    Related-To: NEO-19047
    
    - Fixed multiple mapping of VA to host physical memory to work on vmbind
    and non-vmbind.
    
    Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
    Source: c069e222c04c15b962388276a91620228abe9af7

commit 5e17559648d7545a12691dcdc114c4790f39f077
Author: Chodor, Jaroslaw <jaroslaw.chodor@intel.com>
Date:   Thu Jul 2 10:54:21 2026 +0000

    fix: Fixing enums for official graph extension
    
    Allow both descriptor enums - exp and ext for
    GRAPH_PROPERTIES and DUMP_DESC
    
    Additionally, switch zello_graph to use official extension
    instead of experimental
    
    Related-To: GSD-11125
    Signed-off-by: Chodor, Jaroslaw <jaroslaw.chodor@intel.com>
    Source: 0530d245c2e00be6bb747042871288ab6dadd1d1

commit 53dddb8a76bbb9d6b5c21f3eb74a0479cfcf7fee
Author: Mateusz Jablonski <mateusz.jablonski@intel.com>
Date:   Fri Jul 3 07:38:32 2026 +0000

    fix: correct initialization of private data for WDDM
    
    handle power hint, debug sip, num hw queues and hw64BToken
    wire the new fields in wsl compute helper marshall/demarshall
    
    Related-To: NEO-19101
    
    Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
    Source: 639e0dbbb5a4810c191f14d00de43d0ade75f6d7

commit 0cf74f9727d76d424c3982adf3f5fa10dd388600
Author: Chodor, Jaroslaw <jaroslaw.chodor@intel.com>
Date:   Wed Jul 1 21:47:44 2026 +0000

    feature: Exposing graph extension in DDI tables
    
    Related-To: GSD-11125
    Signed-off-by: Chodor, Jaroslaw <jaroslaw.chodor@intel.com>
    Source: f75580917a1be232c576587c5978a895a01b8d8d

commit f330b9444282e372e8e4a440daec5615b95d89d6
Author: Mateusz Jablonski <mateusz.jablonski@intel.com>
Date:   Wed Jul 1 12:34:11 2026 +0000

    fix: setup queue priority within initHwQueuePrivateData
    
    Related-To: NEO-19101
    
    Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
    Source: a206611e42ca193de6a633fd9f0213383ffebb9f

commit 3f7dae596c67bccd8373cf523c7490ff932b06fe
Author: ocldev <ocldev@intel.com>
Date:   Thu Jul 2 10:28:57 2026 +0200

    build: buildConfig update
    
    Signed-off-by: ocldev <ocldev@intel.com>

commit 3bb04ecc4f3e0d4319a6412df1041d14bed6dc94
Author: ocldev <ocldev@intel.com>
Date:   Wed Jul 1 21:06:24 2026 +0000

    build: update level_zero revision to v1.32.0
    
    Signed-off-by: ocldev <ocldev@intel.com>

commit 71abb44e2fd065be741f4e3aedae6ff714b4dca2
Author: Jack Myers <jack.myers@intel.com>
Date:   Tue Jun 30 23:38:39 2026 +0000

    fix: reject ray tracing kernels on unsupported releases
    
    When a kernel uses ray tracing but the device release does not
    support it, the kernel was still submitted, leading to a GPU hang.
    Detect this during kernel initialization and return
    ZE_RESULT_ERROR_UNSUPPORTED_FEATURE instead of submitting the
    workload.
    
    Related-To: NEO-19012
    Signed-off-by: Jack Myers <jack.myers@intel.com>

commit 7e09f4cefea62a53cbc9288c9749edbff1f8b091
Author: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
Date:   Wed Jul 1 14:25:09 2026 +0000

    fix(leo): do not create image if not supported
    
    Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>

commit 68fa74da91c4974eebd79bf91413b63c3b853de9
Author: Tomasz Biernacik <tomasz.biernacik@intel.com>
Date:   Tue Jun 30 10:01:00 2026 +0200

    fix: disable resource decompression support on CRI
    
    Related-To: HSD-21044547249
    
    Signed-off-by: Tomasz Biernacik <tomasz.biernacik@intel.com>

commit c86705b1d1f1faf267d00cf7331bbb8a9c6e6067
Author: Szymon Morek <szymon.morek@intel.com>
Date:   Wed Jul 1 14:19:28 2026 +0000

    performance: set switch on unsuccessful for semaphores
    
    Related-To: NEO-19072
    
    Signed-off-by: Szymon Morek <szymon.morek@intel.com>

commit c9886934d1173a4dd55259b5eb5d2355d92daa78
Author: Szymon Morek <szymon.morek@intel.com>
Date:   Wed Jul 1 12:00:06 2026 +0000

    fix: disable USM device pool manager pre-Xe2
    
    Related-To: NEO-19018
    
    Signed-off-by: Szymon Morek <szymon.morek@intel.com>

commit 6547569f5e72261cdf328eeb7f437165440ba970
Author: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
Date:   Wed Jul 1 13:03:35 2026 +0000

    fix(leo): avoid double free when buffer from svm
    
    Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>

commit d366b2c9ff8f20f012e25814b9faf106d47d57d9
Author: Pratik Bari <pratik.bari@intel.com>
Date:   Tue Jun 30 07:17:57 2026 +0000

    feature(sysman): Boiler Plate for Info Log APIs
    
    Related-To: NEO-17834
    
    Signed-off-by: Pratik Bari <pratik.bari@intel.com>

commit 01cda351820d7c3f20f490b3e82c3cc6045dc94b
Author: Naklicki, Mateusz <mateusz.naklicki@intel.com>
Date:   Wed Jul 1 11:39:16 2026 +0000

    build: update kernels_bin
    
    
    Signed-off-by: Naklicki, Mateusz <mateusz.naklicki@intel.com>

commit 95759139616328a9987af18aa2a0da8e17e1dcaa
Author: Szymon Morek <szymon.morek@intel.com>
Date:   Tue Jun 30 14:01:15 2026 +0000

    performance: preallocate USM pools on first request
    
    Related-To: NEO-18918
    
    Signed-off-by: Szymon Morek <szymon.morek@intel.com>

commit 4e0c2895be332d2b0a369b8cffef0b846784d5cc
Author: Mateusz Jablonski <mateusz.jablonski@intel.com>
Date:   Wed Jul 1 10:57:19 2026 +0000

    build: update gtest to v1.17.0
    
    ignore character-conversion warning in gtest code
    
    Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>

commit 1fe5a86043fbde32f014b63b42f25d80e286b049
Author: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
Date:   Wed Jul 1 11:23:31 2026 +0000

    fix(leo): handle kernel printf when query event status
    
    Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>

commit a4d474763db8c7532972adaed448206d85765d39
Author: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
Date:   Wed Jul 1 07:31:27 2026 +0000

    fix(leo): correct compile sub group return size
    
    Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>

commit 4fd8ea8bb1c6e99a2721919f257aacfaeb812931
Author: Aleksandra Nizio <aleksandra.nizio@intel.com>
Date:   Wed Jul 1 00:06:12 2026 +0000

    fix: Complete AUX_MCS implem for Xe3p and patch bindless sampler states for MSAA
    
    Related-To: HSD-21044383453
    Signed-off-by: Aleksandra Nizio <aleksandra.nizio@intel.com>

commit bf86a5077b3986cb1bbfb9e8f779636da0b47550
Author: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
Date:   Tue Jun 30 15:26:30 2026 +0000

    fix(leo): restore non-internal cmdlist in context
    
    Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>

commit eab2fefd53c435a902c848e1dbdfc168c798d877
Author: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
Date:   Wed Jul 1 05:32:43 2026 +0200

    Revert "fix: Queue correctly sets drain_all_queues in pipe-control"
    
    This reverts commit a36ffd2044767577a7155b506265f0fccd729991.
    
    Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>

commit 8330efa41895357f5feb760fcb29cdb042643ed2
Author: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
Date:   Wed Jul 1 04:53:43 2026 +0200

    Revert "fix: reduce exported L0 API functions, export only ze*Get*ProcAddrTab...
    
    This reverts commit ddfe713fbcc9665f7110e001751beec73f3d3fb2.
    
    Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>

commit 747f3ec30206166a82eb094fe6113b9ebb5c5534
Author: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
Date:   Wed Jul 1 02:05:49 2026 +0200

    Revert "feature: Enable IPC Opaque support for all platforms"
    
    This reverts commit 3b35fe6eecade2c7cb9a6d87911b54c3ab99ac4b.
    
    Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>

commit 4ab6c8a3e15ac755dc4efaf344c0ed147bde8128
Author: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
Date:   Wed Jul 1 02:11:46 2026 +0200

    Revert "fix: validate size is multiple of patternSize"
    
    This reverts commit 05bfa1364dbc65e8cc30f096fa6d4ac756962bb2.
    
    Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>

commit 8ebc5b8f3535b678eec29bb968ee05870387b622
Author: Eric Mortensen <eric.mortensen@intel.com>
Date:   Tue Jun 30 21:41:02 2026 +0000

    fix: add d3d11/12 named external semaphores
    
    Related-To: NEO-18858
    
    Signed-off-by: Eric Mortensen <eric.mortensen@intel.com>

commit 91d3ecf584bf4ed960a4c45524f4534bf4f5247c
Author: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
Date:   Tue Jun 30 22:53:42 2026 +0200

    Revert "feature: enable Linux KMD wait for event host synchronization"
    
    This reverts commit 87127851d1651bd132767ffd46f47f4c427ba98a.
    
    Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>

commit 9f8c2c754da256c1e9b22b85d86e9697ff14fdc5
Author: Chodor, Jaroslaw <jaroslaw.chodor@intel.com>
Date:   Tue Jun 30 16:18:55 2026 +0000

    refactor: prework for L0 1.17 headers update
    
    Signed-off-by: Chodor, Jaroslaw <jaroslaw.chodor@intel.com>

commit 69b05940aa3cce001617fe67454ed5be0590fc48
Author: Grzegorz Choinski <grzegorz.choinski@intel.com>
Date:   Tue Jun 30 17:39:21 2026 +0000

    ci: infra revision update
    
    Signed-off-by: Grzegorz Choinski <grzegorz.choinski@intel.com>

commit 72dba2d3cf2133ea47ba379ebf77a493b2b43455
Author: ocldev <ocldev@intel.com>
Date:   Tue Jun 30 16:30:55 2026 +0200

    build: dependencies update
    
    Signed-off-by: ocldev <ocldev@intel.com>

commit 3dbc6af7018cc49a14120e57fe6e354ad8e3a525
Author: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
Date:   Tue Jun 30 14:20:55 2026 +0000

    refactor: change commands to patch container to pass capture options
    
    - use new capture to command view on semaphore wait command
    
    Related-To: NEO-19001
    
    Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>

commit 465e51083d9f974244be8d7931c9f2228f114978
Author: Kamil Kopryk <kamil.kopryk@intel.com>
Date:   Tue Jun 30 14:07:16 2026 +0000

    fix: bump zeinfo decoder to 1.73
    
    Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>

commit fcc9996f3345b9ddb22acab96ceefc30b2f120e4
Author: Dominik Dabek <dominik.dabek@intel.com>
Date:   Tue Jun 30 13:37:36 2026 +0000

    fix(leo): return zero formats if not image support
    
    also remove incorrect usages of getSpecializedDevice, LEO stores
    L0::Device not ClDevice.
    
    Related-To: NEO-17857
    
    Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>

commit 2492aa0a565f7ed2a0800e7c144a47c749fd7287
Author: Mateusz Jablonski <mateusz.jablonski@intel.com>
Date:   Tue Jun 30 11:18:40 2026 +0000

    fix: cleanup sharing factory during platform teardown
    
    Related-To: NEO-18749
    
    Co-authored-by: Chandrakanth Pabolu <chandrakanth.pabolu@intel.com>
    Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>

commit 87127851d1651bd132767ffd46f47f4c427ba98a
Author: Fabian Zwoliński <fabian.zwolinski@intel.com>
Date:   Tue Jun 30 12:45:35 2026 +0000

    feature: enable Linux KMD wait for event host synchronization
    
    Related-To: NEO-9737
    Signed-off-by: Fabian Zwoliński <fabian.zwolinski@intel.com>

commit 197b60d8129d95b71a6356c4dbad1f57485886a6
Author: Dominik Dabek <dominik.dabek@intel.com>
Date:   Tue Jun 30 09:23:38 2026 +0000

    fix(leo): validate SVM arguments
    
    clSVMAlloc now rejects invalid flags, size and alignment
    
    clSetKernelArgSVMPointer rejects non-global/constant args
    
    clSetKernelExecInfo validates SVM_PTRS size and pointers
    
    Related-To: NEO-17857
    
    Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>

commit bd2a85b5861133b110762313b7db8bf80a769ae3
Author: Kindracki, Jakub Tomasz <jakub.tomasz.kindracki@intel.com>
Date:   Tue Jun 30 11:43:45 2026 +0000

    refactor: Remove isPipeControlPriorToNonPipelinedStateCommandsWARequired
    
    Remove this function from ReleaseHelper.
    Instead just use the Base and Extended versions separately.
    
    Related-To: NEO-18972
    Signed-off-by: Kindracki, Jakub Tomasz <jakub.tomasz.kindracki@intel.com>

commit 93ecb60e982583e839d07141cd50077e704b431f
Author: Kindracki, Jakub Tomasz <jakub.tomasz.kindracki@intel.com>
Date:   Thu Jun 25 14:27:39 2026 +0000

    fix: Add support for SWTags when using immediate command list
    
    Related-To: NEO-15967
    Signed-off-by: Kindracki, Jakub Tomasz <jakub.tomasz.kindracki@intel.com>

commit 387eea823bd1eba55bb41a774ee8febbbd6a6802
Author: ocldev <ocldev@intel.com>
Date:   Tue Jun 30 10:56:21 2026 +0000

    build: kernels_bin update
    
    Signed-off-by: ocldev <ocldev@intel.com>

commit 1854f49a97fa41d70b8d96e19a13bae6923f04c0
Author: Mateusz Hoppe <mateusz.hoppe@intel.com>
Date:   Thu Jun 25 11:31:19 2026 +0000

    fix: if IR is not available - use module's cache policy
    
    Related-To: NEO-17622
    
    Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>

commit a36ffd2044767577a7155b506265f0fccd729991
Author: Michal Balcerowicz <michal.balcerowicz@intel.com>
Date:   Mon Jun 29 08:44:09 2026 +0000

    fix: Queue correctly sets drain_all_queues in pipe-control
    
    Related-to: NEO-17780
    
    Signed-off-by: Michal Balcerowicz <michal.balcerowicz@intel.com>


https://salsa.debian.org/api/v4/projects/opencl-team%2Fintel-compute-runtime API request failed: 401 Unauthorized at /srv/qa.debian.org/data/vcswatch/vcswatch line 410.
Created: 2026-08-18 Last update: 2026-08-18 15:30
lintian reports 2 warnings normal
Lintian reports 2 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2026-03-10 Last update: 2026-03-11 06:31
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.4 instead of 4.6.1).
Created: 2022-12-17 Last update: 2026-03-31 15:01
testing migrations
  • This package is part of the ongoing testing transition known as auto-upperlimit-libigdfcl2. Please avoid uploads unrelated to this transition, they would likely delay it and require supplementary work from the release managers. On the other hand, if your package has problems preventing it to migrate to testing, please fix them as soon as possible. You can probably find supplementary information in the debian-release archives or in the corresponding release.debian.org bug.
  • This package is part of the ongoing testing transition known as auto-upperlimit-libigc2. Please avoid uploads unrelated to this transition, they would likely delay it and require supplementary work from the release managers. On the other hand, if your package has problems preventing it to migrate to testing, please fix them as soon as possible. You can probably find supplementary information in the debian-release archives or in the corresponding release.debian.org bug.
news
[rss feed]
  • [2026-03-18] intel-compute-runtime 26.05.37020.3-1 MIGRATED to testing (Debian testing watch)
  • [2026-03-10] Accepted intel-compute-runtime 26.05.37020.3-1 (source) into unstable (Timo Aaltonen)
  • [2026-02-16] Accepted intel-compute-runtime 25.48.36300.8-1 (source) into unstable (Timo Aaltonen)
  • [2026-01-15] Accepted intel-compute-runtime 25.44.36015.8-1 (source) into unstable (Timo Aaltonen)
  • [2025-12-18] Accepted intel-compute-runtime 25.40.35563.10-1 (source) into unstable (Timo Aaltonen)
  • [2025-12-04] Accepted intel-compute-runtime 25.35.35096.9-1 (source) into unstable (Timo Aaltonen)
  • [2025-08-28] Accepted intel-compute-runtime 25.31.34666.3-1 (source) into unstable (Timo Aaltonen)
  • [2025-08-14] Accepted intel-compute-runtime 25.27.34303.9-2 (source) into unstable (Timo Aaltonen)
  • [2025-08-12] Accepted intel-compute-runtime 25.27.34303.9-1 (source) into unstable (Timo Aaltonen)
  • [2025-03-21] Accepted intel-compute-runtime 25.05.32567.18-1 (source) into unstable (Timo Aaltonen)
  • [2025-02-06] Accepted intel-compute-runtime 24.52.32224.13-1 (source) into experimental (Timo Aaltonen)
  • [2025-01-17] Accepted intel-compute-runtime 24.35.30872.32-1 (source) into unstable (Timo Aaltonen)
  • [2024-09-25] Accepted intel-compute-runtime 24.35.30872.24-1 (source) into unstable (Timo Aaltonen)
  • [2024-09-12] Accepted intel-compute-runtime 24.35.30872.18-1 (source) into unstable (Timo Aaltonen)
  • [2024-09-11] Accepted intel-compute-runtime 24.35.30872.14-1 (source) into unstable (Timo Aaltonen)
  • [2024-08-26] Accepted intel-compute-runtime 24.31.30508.7-1 (source) into unstable (Timo Aaltonen)
  • [2024-06-27] Accepted intel-compute-runtime 24.22.29735.21-1 (source) into unstable (Timo Aaltonen)
  • [2024-04-19] intel-compute-runtime REMOVED from testing (Debian testing watch)
  • [2024-04-17] Accepted intel-compute-runtime 24.13.29138.7-1 (source) into unstable (Timo Aaltonen)
  • [2024-02-26] Accepted intel-compute-runtime 23.43.27642.40-1 (source) into unstable (Timo Aaltonen)
  • [2023-10-11] intel-compute-runtime 23.35.27191.9-1 MIGRATED to testing (Debian testing watch)
  • [2023-10-06] Accepted intel-compute-runtime 23.35.27191.9-1 (source) into unstable (Timo Aaltonen)
  • [2023-10-03] intel-compute-runtime 23.35~git20230926-1 MIGRATED to testing (Debian testing watch)
  • [2023-09-27] Accepted intel-compute-runtime 23.35~git20230926-1 (source amd64) into unstable (Debian FTP Masters) (signed by: Timo Aaltonen)
  • [2023-04-14] Accepted intel-compute-runtime 23.13.26032.7-1 (source) into experimental (Timo Aaltonen)
  • [2023-01-17] intel-compute-runtime 22.43.24595.41-1 MIGRATED to testing (Debian testing watch)
  • [2023-01-10] Accepted intel-compute-runtime 22.43.24595.41-1 (source) into unstable (Timo Aaltonen)
  • [2022-12-13] intel-compute-runtime 22.43.24595.35-1 MIGRATED to testing (Debian testing watch)
  • [2022-12-08] Accepted intel-compute-runtime 22.43.24595.35-1 (source) into unstable (Timo Aaltonen)
  • [2022-10-10] intel-compute-runtime 22.39.24347-1 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 4
  • RC: 1
  • I&N: 2
  • M&W: 1
  • F&P: 0
  • patch: 0
links
  • homepage
  • lintian (0, 2)
  • buildd: logs, reproducibility, debcheck, cross
  • popcon
  • browse source code
  • other distros
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 26.05.37020.3-1

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing