diff --git a/.github/workflows/test_kernels.yaml b/.github/workflows/test_kernels.yaml index 65b70cac..966d9e52 100644 --- a/.github/workflows/test_kernels.yaml +++ b/.github/workflows/test_kernels.yaml @@ -29,11 +29,11 @@ jobs: max-parallel: 4 matrix: python-version: ["3.10", "3.14"] - torch-version: ["2.11.0", "2.12.0"] + torch-version: ["2.12.0", "2.13.0"] env: UV_PYTHON_PREFERENCE: only-managed - CHECK_COVERAGE: ${{ matrix.python-version == '3.10' && matrix.torch-version == '2.12.0' }} + CHECK_COVERAGE: ${{ matrix.python-version == '3.10' && matrix.torch-version == '2.13.0' }} steps: - name: Checkout code diff --git a/docs/source/builder/build-variants.md b/docs/source/builder/build-variants.md index bdc9033f..f96a1c46 100644 --- a/docs/source/builder/build-variants.md +++ b/docs/source/builder/build-variants.md @@ -7,27 +7,21 @@ available. This list will be updated as new PyTorch versions are released. ## CPU aarch64-darwin -- `torch211-cpu-aarch64-darwin` - `torch212-cpu-aarch64-darwin` - `torch213-cpu-aarch64-darwin` ## Metal aarch64-darwin -- `torch211-metal-aarch64-darwin` - `torch212-metal-aarch64-darwin` - `torch213-metal-aarch64-darwin` ## CPU aarch64-linux -- `torch211-cxx11-cpu-aarch64-linux` - `torch212-cxx11-cpu-aarch64-linux` - `torch213-cxx11-cpu-aarch64-linux` ## CUDA aarch64-linux -- `torch211-cxx11-cu126-aarch64-linux` -- `torch211-cxx11-cu128-aarch64-linux` -- `torch211-cxx11-cu130-aarch64-linux` - `torch212-cxx11-cu126-aarch64-linux` - `torch212-cxx11-cu130-aarch64-linux` - `torch212-cxx11-cu132-aarch64-linux` @@ -37,15 +31,11 @@ available. This list will be updated as new PyTorch versions are released. ## CPU x86_64-linux -- `torch211-cxx11-cpu-x86_64-linux` - `torch212-cxx11-cpu-x86_64-linux` - `torch213-cxx11-cpu-x86_64-linux` ## CUDA x86_64-linux -- `torch211-cxx11-cu126-x86_64-linux` -- `torch211-cxx11-cu128-x86_64-linux` -- `torch211-cxx11-cu130-x86_64-linux` - `torch212-cxx11-cu126-x86_64-linux` - `torch212-cxx11-cu130-x86_64-linux` - `torch212-cxx11-cu132-x86_64-linux` @@ -55,8 +45,6 @@ available. This list will be updated as new PyTorch versions are released. ## ROCm x86_64-linux -- `torch211-cxx11-rocm71-x86_64-linux` -- `torch211-cxx11-rocm72-x86_64-linux` - `torch212-cxx11-rocm71-x86_64-linux` - `torch212-cxx11-rocm72-x86_64-linux` - `torch213-cxx11-rocm71-x86_64-linux` @@ -64,7 +52,6 @@ available. This list will be updated as new PyTorch versions are released. ## XPU x86_64-linux -- `torch211-cxx11-xpu20253-x86_64-linux` - `torch212-cxx11-xpu20253-x86_64-linux` - `torch213-cxx11-xpu20260-x86_64-linux` diff --git a/docs/source/builder/build.md b/docs/source/builder/build.md index d1c75488..124d2870 100644 --- a/docs/source/builder/build.md +++ b/docs/source/builder/build.md @@ -98,7 +98,7 @@ using: ```bash $ rm -rf .venv # Remove existing venv if any. -$ kernel-builder devshell --variant torch211-cxx11-rocm71-x86_64-linux +$ kernel-builder devshell --variant torch212-cxx11-rocm71-x86_64-linux ``` For an editor-driven workflow with `direnv` activating the devshell on diff --git a/docs/source/builder/ide-setup.md b/docs/source/builder/ide-setup.md index c1a8e050..a689b184 100644 --- a/docs/source/builder/ide-setup.md +++ b/docs/source/builder/ide-setup.md @@ -88,7 +88,7 @@ the `Creating new venv environment in path: './.venv'` line from the To pin a non-default build variant, name it explicitly: ```bash -$ echo 'use flake .#devShells.torch211-cxx11-rocm71-x86_64-linux' > .envrc +$ echo 'use flake .#devShells.torch212-cxx11-rocm71-x86_64-linux' > .envrc $ direnv allow ``` @@ -145,7 +145,7 @@ Add `.vscode/settings.json` (do not commit): "clangd.arguments": ["--compile-commands-dir=${workspaceFolder}"], // Microsoft C/C++ extension - "C_Cpp.default.compileCommands": "${workspaceFolder}/compile_commands.json" + "C_Cpp.default.compileCommands": "${workspaceFolder}/compile_commands.json", } ``` @@ -182,13 +182,13 @@ variant. For example: ```bash # CUDA 13.0 -use flake .#devShells.torch211-cxx11-cu130-x86_64-linux +use flake .#devShells.torch212-cxx11-cu130-x86_64-linux # ROCm 7.1 -use flake .#devShells.torch211-cxx11-rocm71-x86_64-linux +use flake .#devShells.torch212-cxx11-rocm71-x86_64-linux # XPU -use flake .#devShells.torch211-cxx11-xpu20253-x86_64-linux +use flake .#devShells.torch212-cxx11-xpu20253-x86_64-linux ``` Remove `.venv/` first if it was created against a different variant, diff --git a/examples/kernels/flake.nix b/examples/kernels/flake.nix index c4e6b208..3cdba8b0 100644 --- a/examples/kernels/flake.nix +++ b/examples/kernels/flake.nix @@ -17,7 +17,7 @@ cudaVersion = "cu126"; rocmVersion = "rocm71"; xpuVersion = "xpu20253"; - torchVersion = "211"; + torchVersion = "212"; tvmFfiVersion = "01"; # All example kernels to build in CI. @@ -70,9 +70,7 @@ { name = "relu-torch-stable-abi-kernel"; path = ./relu-torch-stable-abi; - drv = - sys: out: - out.packages.${sys}.redistributable.${"torch-stable-abi${torchVersion}-${cudaVersion}-${sys}"}; + drv = sys: out: out.packages.${sys}.redistributable.${"torch-stable-abi211-${cudaVersion}-${sys}"}; } { name = "relu-tvm-ffi-kernel"; @@ -127,8 +125,8 @@ drv = sys: out: out.packages.${sys}.default; torchVersions = _defaultVersions: [ { - torchVersion = "2.11"; - cudaVersion = "12.8"; + torchVersion = "2.12"; + cudaVersion = "12.6"; systems = [ "x86_64-linux" "aarch64-linux" diff --git a/examples/kernels/relu-specific-torch/flake.nix b/examples/kernels/relu-specific-torch/flake.nix index 7ba122af..4ec29c36 100644 --- a/examples/kernels/relu-specific-torch/flake.nix +++ b/examples/kernels/relu-specific-torch/flake.nix @@ -15,8 +15,8 @@ path = ./.; torchVersions = defaultVersions: [ { - torchVersion = "2.11"; - cudaVersion = "12.8"; + torchVersion = "2.12"; + cudaVersion = "12.6"; systems = [ "x86_64-linux" "aarch64-linux" diff --git a/kernels/tests/kernel_locking/kernels.lock b/kernels/tests/kernel_locking/kernels.lock index e573a167..dfad4509 100644 --- a/kernels/tests/kernel_locking/kernels.lock +++ b/kernels/tests/kernel_locking/kernels.lock @@ -1,282 +1,214 @@ [ { "repo_id": "kernels-community/relu", - "sha": "4954512d8123bc3514d789cb43fa391ba7e80efe", + "sha": "d649efb56fb249ac8f7a57fa1866728ad0c60e52", "variants": { - "torch-ext": { - "hash": "sha256-fa95388531c6280130219f0e73e5daf521116da6c841fa5ab6a190c7994767d8", - "hash_type": "git_lfs_concat" - }, "torch210-cpu-aarch64-darwin": { - "hash": "sha256-2dfd32b8c8aa74c6d4bac45b6797c68d7719df65945f8ef0e74e476f278c6aeb", - "hash_type": "git_lfs_concat" - }, - "torch210-cu128-x86_64-windows": { - "hash": "sha256-a52a90e9caea7b8bcbb426cf94d92f9f9ab39b6aff41dfd69d4b9935e34709c0", + "hash": "sha256-d39147b57a44ceda745fb101e028e87030c33b8375a049b75ab9ec5dd606fa64", "hash_type": "git_lfs_concat" }, "torch210-cxx11-cpu-aarch64-linux": { - "hash": "sha256-4bf492579fe3ce1d525edb820375bd859648903ecf620d52f49398bd73799b8b", + "hash": "sha256-bceaead15cecf8727794a6d991d33eb29786993d72d08b1e91fd504028f9a539", "hash_type": "git_lfs_concat" }, "torch210-cxx11-cpu-x86_64-linux": { - "hash": "sha256-beb43a7b43a8680d93a90ca5727414c0c351f0a44b3b1f5a78380add43bed086", + "hash": "sha256-0b762a6b76aaf4f198e966839f8c6cb0969710aef96d8f86796042c78eb994eb", "hash_type": "git_lfs_concat" }, "torch210-cxx11-cu126-aarch64-linux": { - "hash": "sha256-dd16a5f1da9da93b46b489ad61ea94bf7c991aaf055e48bcac201f2b57f0426d", + "hash": "sha256-1859c8492abb2156413cf674eed7133c3e210ed4c0e82ad8bdfe41175a5fddaa", "hash_type": "git_lfs_concat" }, "torch210-cxx11-cu126-x86_64-linux": { - "hash": "sha256-d56d69f397e4288d6a8ce3cd7fa9cbd39c7aaec01b633486165d59c5c9b2d705", + "hash": "sha256-80a5d86f6adc0a9ebeaacfe20bcc639891c8e187445e7c2798099af059564fc4", "hash_type": "git_lfs_concat" }, "torch210-cxx11-cu128-aarch64-linux": { - "hash": "sha256-fca64172e9b97a8f6f30a8f8fd3039cfe789c2c131d9b9b009687abdb694237a", + "hash": "sha256-1dfffa162dae607736b0035df9f6f7dd5178229d6bf41b88dac6d6c2ec6edd56", "hash_type": "git_lfs_concat" }, "torch210-cxx11-cu128-x86_64-linux": { - "hash": "sha256-eb68f4671a98b3bd2e07bef2c907fc4e86422c30f6cbe7e64a97a312e1f8e4a8", + "hash": "sha256-6608f0269bdf34745e8614383e92e03242fe5b7b1ecc2c1c0072aaa1c793faa9", "hash_type": "git_lfs_concat" }, "torch210-cxx11-cu130-aarch64-linux": { - "hash": "sha256-3b39f1734010f5a3c4458961246333e5b1df3ebbd88d3f16087fa2c288e81245", + "hash": "sha256-d068a7ef00ea383f3462e6bf964065629edf43ab7ee9f5682c65df1aa4209569", "hash_type": "git_lfs_concat" }, "torch210-cxx11-cu130-x86_64-linux": { - "hash": "sha256-3e5a12856d5bdcf8990615bd194c6e8676c3fda46a3abd7f650b3200a42e176d", + "hash": "sha256-213c98984f1200cfca87046bb8bce99ef1dd30567a0ee50851bd877a159cfa12", "hash_type": "git_lfs_concat" }, "torch210-cxx11-rocm70-x86_64-linux": { - "hash": "sha256-2476a79456363c78f4d7b5a4aed01f0a6914b6bd2ba9851fe122b754881d7090", + "hash": "sha256-1f1278182cb6849851f4088ed3d8f67300797dd29da83ced98fd6dab32c65eb0", "hash_type": "git_lfs_concat" }, "torch210-cxx11-rocm71-x86_64-linux": { - "hash": "sha256-ec35f61b1e40eeb081fd71fe3eee506118ec405e859b059964ce3a3dda8832d5", + "hash": "sha256-30c9f507a7a677e841a24659c48eb4a11d07c027d31122837ccf115d05f32f4a", "hash_type": "git_lfs_concat" }, "torch210-cxx11-xpu20253-x86_64-linux": { - "hash": "sha256-1e2ece78c9f7de3585181a5628c07d59542cd87b3e3d61c664ec60e07536448e", + "hash": "sha256-df61ad8b2ebd21da965f809ed22549f9a61016085d49006808ffbb5d0b6c5284", "hash_type": "git_lfs_concat" }, "torch210-metal-aarch64-darwin": { - "hash": "sha256-bf9664eed78254cd227c9db0db7636d7103fe58425ac9d13ff7d4f24aa97f525", - "hash_type": "git_lfs_concat" - }, - "torch210-xpu20253-x86_64-windows": { - "hash": "sha256-47f3e41d16251a45edaf5d80c8de531cf037bf7d64cb25c6f9632a33d33b669e", + "hash": "sha256-8cef707a99f64179ae03f56d7b46b39ee62a34cd45b5f41b91c26bb68d1963f9", "hash_type": "git_lfs_concat" }, "torch211-cpu-aarch64-darwin": { - "hash": "sha256-3b3cf5cb233bf5cde82fa9679fc63d6a432ebba1aa502e88e6bef42a3105f665", - "hash_type": "git_lfs_concat" - }, - "torch211-cu128-x86_64-windows": { - "hash": "sha256-f2367fb89a5995458ed0c5011c7ba69b9b0f2fc43eb434b5b217a7b5ee890783", + "hash": "sha256-188febb002663d80080c1e930ac74bdfa370807c77df075e47d82f2bf5c07d14", "hash_type": "git_lfs_concat" }, "torch211-cxx11-cpu-aarch64-linux": { - "hash": "sha256-fb79fe2c79f440bf30c26a6a478e0cc07fac284ba4e5e08d84d319f251f17aa5", + "hash": "sha256-34b7e51dd3e7d1fd70a227ed107d76dbb9e8e34e12b321cbe8d565a78f6af2fc", "hash_type": "git_lfs_concat" }, "torch211-cxx11-cpu-x86_64-linux": { - "hash": "sha256-f732e05728ef27d39ca897ac21eed3840b526b9005c7e6f7aa8fbd04809f9cd5", + "hash": "sha256-eaf133dc0d831ceb7dd338d45e2ddcc8e2d568e3ac66c0e5f6615f8d4a9cf86f", "hash_type": "git_lfs_concat" }, "torch211-cxx11-cu126-aarch64-linux": { - "hash": "sha256-cf7f844048df6ff1a60034f2943d5bbc769e4fa561367fd2fcbebc7b9bb4d79c", + "hash": "sha256-6f061a86ddf6335de4d29b621232463edf5d5f60a8695d99489f72df699d0130", "hash_type": "git_lfs_concat" }, "torch211-cxx11-cu126-x86_64-linux": { - "hash": "sha256-60ace7ad62653f9946feefdd7b45ae12be2ccf231cc54ca5c00735e5b4327e8a", + "hash": "sha256-ce24704d15452c41647c747dd79e7ace5dfa61732c14eb5bafe892957c136208", "hash_type": "git_lfs_concat" }, "torch211-cxx11-cu128-aarch64-linux": { - "hash": "sha256-b4c13dbb15b92fb9cf49927a4592b346d5f147c614e218681e68704b2f310e26", + "hash": "sha256-2a89c6544a38d535d8afd8aceb4865f609112d6df49f4ec813a0db257a63a6fc", "hash_type": "git_lfs_concat" }, "torch211-cxx11-cu128-x86_64-linux": { - "hash": "sha256-52ac9e6f650a421197b9c65a453a7c04d67fc99d910cff457d349639a9ed1db1", + "hash": "sha256-ebee39f6f391accb4bdf69a557cdb9e2b06c8e8baa3d0e98b940304f050127a4", "hash_type": "git_lfs_concat" }, "torch211-cxx11-cu130-aarch64-linux": { - "hash": "sha256-d5ed4f1645b610e06d0083dfe16cbacadc9321b812b7ed7f6008d86afe02028c", + "hash": "sha256-f6a4195e68dc94251a4c2f0cd0029779bb45f06a806d36aa4efd1bb65bb40507", "hash_type": "git_lfs_concat" }, "torch211-cxx11-cu130-x86_64-linux": { - "hash": "sha256-9592b156587f177c2065fafa1929a33e2da2fee92ab52dbeb0f676ea2669e613", + "hash": "sha256-df54dd5c9c17b29bf27fa3c1aac6f533ff0aa28ca12f2b73fe67b2f1078349e2", "hash_type": "git_lfs_concat" }, "torch211-cxx11-rocm71-x86_64-linux": { - "hash": "sha256-4fde6be2b6eae84b325a717bff9aba6b36d1bdbdf910b7c741494f764ba6d1a9", + "hash": "sha256-d69995638031b7c0caef408af86fad0707b93252ac26d466f72dee17445108ed", "hash_type": "git_lfs_concat" }, "torch211-cxx11-rocm72-x86_64-linux": { - "hash": "sha256-1455a0fd362456cf118366d4849c25f92de05d296cb99b1cb39699069ab9d295", + "hash": "sha256-667ed8cf85057c3ee0130a9b10802ef757ae89b67ece75381c4a3f59e00a2903", "hash_type": "git_lfs_concat" }, "torch211-cxx11-xpu20253-x86_64-linux": { - "hash": "sha256-808f66faee362267c6e792ae580222e8eca1627d66f1a8929e9bace93d96a07b", + "hash": "sha256-12bf712ad3b26abe24a793e588758579255b2dd6d643de302ee99d28f65ecd30", "hash_type": "git_lfs_concat" }, "torch211-metal-aarch64-darwin": { - "hash": "sha256-cfaf0c7b24f005a787b7861e4b8b2d4d0ccd5cc5b2c87beb23ebdb4aebd8bbe3", + "hash": "sha256-9ae17b8ffef95a4583c5fa88631428e7afa9af51e5ffde1f96851ff66442cd77", "hash_type": "git_lfs_concat" }, "torch212-cpu-aarch64-darwin": { - "hash": "sha256-98ce1a56ad9ad36ae5168eb52fdaa342cf692c4b6346f48778321d47ceea12e0", + "hash": "sha256-306977881be7fa4ad72b67e6602242281784d8594935287ecefc3051f8d8fcbb", "hash_type": "git_lfs_concat" }, "torch212-cxx11-cpu-aarch64-linux": { - "hash": "sha256-7e9db93d9cddd1b3679dc7920af646ad894f4ae2ec3a22a6666cdd7952e05651", + "hash": "sha256-431a6a1d8dcc05bb22c11b30825b37e9078c348196e0f87087510a78071d3d6d", "hash_type": "git_lfs_concat" }, "torch212-cxx11-cpu-x86_64-linux": { - "hash": "sha256-f7ca39f781bfc6416b5a30902e85ffb9ca38bff6654c7ad4d7556f9b7115a120", + "hash": "sha256-d7db2d05b924238145901c5e7aa816697b24366a598e5251756c4323925241ca", "hash_type": "git_lfs_concat" }, "torch212-cxx11-cu126-aarch64-linux": { - "hash": "sha256-beb1a67b6227cd22a77075c09d8013840ba528a4129d826a91ed589a4277311f", + "hash": "sha256-ab69dba825a3639f1909dbfa02e8bf4d830ce6a3b3234cc69c3ae986dc0e3e2f", "hash_type": "git_lfs_concat" }, "torch212-cxx11-cu126-x86_64-linux": { - "hash": "sha256-e9ef61dccceb26450de0ef2ec2fc19a8e525bc81217e9de7b17199dc048c2fc1", + "hash": "sha256-edc9e4c111eee46709bfbf15a769cca4b868a96b0db7e9fa77e02115f344f71b", "hash_type": "git_lfs_concat" }, "torch212-cxx11-cu130-aarch64-linux": { - "hash": "sha256-38038b107526c4ff61cc1d42619e51afa3c04b07672c50bdd178122011de3f66", + "hash": "sha256-1469f1a6b2131781c7c851d4fabea9d6951921df95cf07ad39ba93674fd81334", "hash_type": "git_lfs_concat" }, "torch212-cxx11-cu130-x86_64-linux": { - "hash": "sha256-021b10b11f928118317359084935449b64cedc535a56fb4f43c3a1029988fe84", + "hash": "sha256-c5b1c7e9ab0b5f55503004c5782806e7dadc5ac81eafad52149c24b30c92c012", "hash_type": "git_lfs_concat" }, "torch212-cxx11-cu132-aarch64-linux": { - "hash": "sha256-d54bf0ebda1256fb63e69984926198fd3e19f10adcf22ef3dec1230ef5f2b3cb", + "hash": "sha256-fc1326612613bb7a4e7e903902aa21e333716269f63bf17e869d95b79c583ef7", "hash_type": "git_lfs_concat" }, "torch212-cxx11-cu132-x86_64-linux": { - "hash": "sha256-4e0c368cce76413801736046ffd13946479a524115749892d4e4dc9873baef0d", + "hash": "sha256-912633eacf4605505a0c5573f62f42be74e2e716cf274462d55a51b8250f6cf8", "hash_type": "git_lfs_concat" }, "torch212-cxx11-rocm71-x86_64-linux": { - "hash": "sha256-3fbf86bffbf1e6e884925e59fa1d1b9dd87dc3b5498c728e0a05788e26eec935", + "hash": "sha256-01a05ff87b2b5267e2cdb2e64e4cab8e2c7710fbb4cde06e70de0d1f9dd27011", "hash_type": "git_lfs_concat" }, "torch212-cxx11-rocm72-x86_64-linux": { - "hash": "sha256-7d2efd335308240ad3897ec538faef85d6f5d0a5e109c9ad09ee6fc026130dc8", + "hash": "sha256-661f414130df56fc7a5a010c136ab06af013eae6d211161e8946c2e0ead886d6", "hash_type": "git_lfs_concat" }, "torch212-cxx11-xpu20253-x86_64-linux": { - "hash": "sha256-17f8188a0b63d97878bcb79fe3ce6ceea86dfa3ffeef154b3b503a302114fa81", + "hash": "sha256-9e10388a71a93e40e6e54afa728f78d5c75947fa5cbfa37f491f6a7d90deb2b1", "hash_type": "git_lfs_concat" }, "torch212-metal-aarch64-darwin": { - "hash": "sha256-7dee510af98755638dcc5c6f94160b8d9f655ca6ec0fd256e876d6cd310de32b", - "hash_type": "git_lfs_concat" - }, - "torch27-cxx11-cu118-x86_64-linux": { - "hash": "sha256-3bbe27a2b1e73442068d75ec3c64614438d78c988828a21101dde7866a6bd019", - "hash_type": "git_lfs_concat" - }, - "torch27-cxx11-cu126-x86_64-linux": { - "hash": "sha256-db174376e23ddf125fc30e161b354ff6d9fdfef29547e6c95972715ccdcf03d7", - "hash_type": "git_lfs_concat" - }, - "torch27-cxx11-cu128-x86_64-linux": { - "hash": "sha256-09a239f8a7db7e85a96d6d24a38bcc91828360e556ffb886db1d1cd47b7839b7", - "hash_type": "git_lfs_concat" - }, - "torch27-cxx11-rocm63-x86_64-linux": { - "hash": "sha256-bbf6798d9d6d47f3633282f7739e0f0db9fb1e21e589f6b9d9c4626e01ef5978", - "hash_type": "git_lfs_concat" - }, - "torch28-cxx11-cu126-x86_64-linux": { - "hash": "sha256-af49fa68fa009c62ce9c08f64fc872305043addc56158ab6fbbadf07893a0787", - "hash_type": "git_lfs_concat" - }, - "torch28-cxx11-cu128-x86_64-linux": { - "hash": "sha256-96bf8558992bbfbf8fc37cd555bf1fcc71f41b48679d96e38b5451cdf07fdb27", - "hash_type": "git_lfs_concat" - }, - "torch28-cxx11-cu129-x86_64-linux": { - "hash": "sha256-54623031b235a89e989f5958befe2a792026a0d53c9b74852f6746c39ade669d", - "hash_type": "git_lfs_concat" - }, - "torch28-cxx11-rocm63-x86_64-linux": { - "hash": "sha256-acaa2f028abe8dcb2c678c008cffb553e207062381fea130b7dc152ea1fa1a05", - "hash_type": "git_lfs_concat" - }, - "torch28-cxx11-rocm64-x86_64-linux": { - "hash": "sha256-ab46cc6d239742e1dd7ec111d9c1f3a481155137e8fd99053cbe0eafd1cd9b8a", - "hash_type": "git_lfs_concat" - }, - "torch28-cxx11-xpu20251-x86_64-linux": { - "hash": "sha256-75bf872e7d3e6aa311f62132ad2e627d045a14b01976ee25191a20cac3b4a3cc", - "hash_type": "git_lfs_concat" - }, - "torch28-metal-aarch64-darwin": { - "hash": "sha256-bca0ceb95cd9710fec0f357cb775d6a96531f0eb5497b204cb36e44116fa4270", - "hash_type": "git_lfs_concat" - }, - "torch29-cpu-aarch64-darwin": { - "hash": "sha256-ecbe6ac14d9c35d081c6f0cc2d8a0e95c6f2f242d93e2491f10fea31b678f447", - "hash_type": "git_lfs_concat" - }, - "torch29-cxx11-cpu-aarch64-linux": { - "hash": "sha256-9cff285fe8ba5886932007131a5f2c535b2fdbcc6dabff85537a25b807cf7042", + "hash": "sha256-d913c015cd6d23ca8e787230094c38d839282afc5c2416323445120436cf21f0", "hash_type": "git_lfs_concat" }, - "torch29-cxx11-cpu-x86_64-linux": { - "hash": "sha256-f6dd5ec5d7e5e152b268d56929d86b00a9ee31d8a25d9335d75ecf5c98c4f19c", + "torch213-cpu-aarch64-darwin": { + "hash": "sha256-07236f9d7590f8b2c55fc69f2e395d1840fa3da858969ed0c1d66ee1e317251d", "hash_type": "git_lfs_concat" }, - "torch29-cxx11-cu126-aarch64-linux": { - "hash": "sha256-18dad3afde98e56260fa7cf372ece4d538416874356e2dd54bf46539a8ed82fb", + "torch213-cxx11-cpu-aarch64-linux": { + "hash": "sha256-6d723fa34eb7546614947392834061082433e951d5ffbd5c77d6c17828e65009", "hash_type": "git_lfs_concat" }, - "torch29-cxx11-cu126-x86_64-linux": { - "hash": "sha256-a9ea7b6d55fdc391dbc989e8293f38a60aa3a530915ee844eaaa4e9edd67600d", + "torch213-cxx11-cpu-x86_64-linux": { + "hash": "sha256-fdbd9eabb0bfa17482c3040af263e60be2446c1e727b13db45723a5eccc74348", "hash_type": "git_lfs_concat" }, - "torch29-cxx11-cu128-aarch64-linux": { - "hash": "sha256-697d3182b6009cbffa10d4732b3fd74433add384f7b59ca9d3f3a8ea6b445735", + "torch213-cxx11-cu126-aarch64-linux": { + "hash": "sha256-4d83197824a66de23669ed8236e54d51a755042d347a598816d183721112461b", "hash_type": "git_lfs_concat" }, - "torch29-cxx11-cu128-x86_64-linux": { - "hash": "sha256-4ae64a9dfb0fc704ec39cd974a7705e76a2807ce25643c1fb3e425ffaa1ea859", + "torch213-cxx11-cu126-x86_64-linux": { + "hash": "sha256-3ec65d53dec68f093e6ae87413f963989803b15761fc87af8378ab4906f77e91", "hash_type": "git_lfs_concat" }, - "torch29-cxx11-cu129-aarch64-linux": { - "hash": "sha256-5cf7aba2ae1c07e0634c705c3598b646d690c876dde8ca0159c989486f4b8d7f", + "torch213-cxx11-cu130-aarch64-linux": { + "hash": "sha256-620199006ffd33992f52ec80220ecab244eb385a78cc8266d3c25fdb2b78fac1", "hash_type": "git_lfs_concat" }, - "torch29-cxx11-cu129-x86_64-linux": { - "hash": "sha256-06ac0e6e8b044de8741f38ea1b03a35eedbd83a272f19ffc13e33f45fa008e49", + "torch213-cxx11-cu130-x86_64-linux": { + "hash": "sha256-bee06cbb5f5d06fe0d11e2690b7c677713d59b9c7c2fbd012b5c4b51bbb8bc20", "hash_type": "git_lfs_concat" }, - "torch29-cxx11-cu130-aarch64-linux": { - "hash": "sha256-583b95751d5f6bd17676dea854eaa08aefef9caae58c24989e3c3b98c1d38981", + "torch213-cxx11-cu132-aarch64-linux": { + "hash": "sha256-42de5a7390d98aeabc72d9504978b8647db6c7bd87a62978fb79525d0ee222df", "hash_type": "git_lfs_concat" }, - "torch29-cxx11-cu130-x86_64-linux": { - "hash": "sha256-53f7522980a063afd0a3efb0dd00df13b2983d7154a6bf2570b6d28187f60159", + "torch213-cxx11-cu132-x86_64-linux": { + "hash": "sha256-33676e27fe45b1a9d27ca4f8ed49d21d4cd1307836ae827faf6a6880a868c943", "hash_type": "git_lfs_concat" }, - "torch29-cxx11-rocm63-x86_64-linux": { - "hash": "sha256-1fbb063ee71c1561f3d0ebc7cb5637bcb3de7efa9f2cd54c81eb971c392643ff", + "torch213-cxx11-rocm71-x86_64-linux": { + "hash": "sha256-85537035d062b111f7150cff2411a525fab4476fe1e0b731c2d605a374be070f", "hash_type": "git_lfs_concat" }, - "torch29-cxx11-rocm64-x86_64-linux": { - "hash": "sha256-d457b1d22a9b73656ad87c44c661951fc563f4b8a9ce0a9ebf27d0f504a131bf", + "torch213-cxx11-rocm72-x86_64-linux": { + "hash": "sha256-d58690fbf71726ef75a61acbff0074acfd660cc44cbf968479b780c5284e60be", "hash_type": "git_lfs_concat" }, - "torch29-cxx11-xpu20252-x86_64-linux": { - "hash": "sha256-37e57ddf0c5a6020da72040bf89ae1f1f6a36d07c8e3db0f44552dce3c782523", + "torch213-cxx11-xpu20260-x86_64-linux": { + "hash": "sha256-f32c78628caebc9d7f3ef6754d4381c7fc63c633a2814b79c074065dd892e407", "hash_type": "git_lfs_concat" }, - "torch29-metal-aarch64-darwin": { - "hash": "sha256-094d00bddd1eb27691397d6c15fa32b80d644a8b5f82494046f914c20040ac13", + "torch213-metal-aarch64-darwin": { + "hash": "sha256-9c67ea09f557711e33ec5b82a8cb39df6be3892ca2da4f92aceee457dacb9d74", "hash_type": "git_lfs_concat" } } diff --git a/nix-builder/build-variants.json b/nix-builder/build-variants.json index 7fa073eb..4de63e6d 100644 --- a/nix-builder/build-variants.json +++ b/nix-builder/build-variants.json @@ -1,26 +1,20 @@ { "aarch64-darwin": { "cpu": [ - "torch211-cpu-aarch64-darwin", "torch212-cpu-aarch64-darwin", "torch213-cpu-aarch64-darwin" ], "metal": [ - "torch211-metal-aarch64-darwin", "torch212-metal-aarch64-darwin", "torch213-metal-aarch64-darwin" ] }, "aarch64-linux": { "cpu": [ - "torch211-cxx11-cpu-aarch64-linux", "torch212-cxx11-cpu-aarch64-linux", "torch213-cxx11-cpu-aarch64-linux" ], "cuda": [ - "torch211-cxx11-cu126-aarch64-linux", - "torch211-cxx11-cu128-aarch64-linux", - "torch211-cxx11-cu130-aarch64-linux", "torch212-cxx11-cu126-aarch64-linux", "torch212-cxx11-cu130-aarch64-linux", "torch212-cxx11-cu132-aarch64-linux", @@ -31,14 +25,10 @@ }, "x86_64-linux": { "cpu": [ - "torch211-cxx11-cpu-x86_64-linux", "torch212-cxx11-cpu-x86_64-linux", "torch213-cxx11-cpu-x86_64-linux" ], "cuda": [ - "torch211-cxx11-cu126-x86_64-linux", - "torch211-cxx11-cu128-x86_64-linux", - "torch211-cxx11-cu130-x86_64-linux", "torch212-cxx11-cu126-x86_64-linux", "torch212-cxx11-cu130-x86_64-linux", "torch212-cxx11-cu132-x86_64-linux", @@ -47,15 +37,12 @@ "torch213-cxx11-cu132-x86_64-linux" ], "rocm": [ - "torch211-cxx11-rocm71-x86_64-linux", - "torch211-cxx11-rocm72-x86_64-linux", "torch212-cxx11-rocm71-x86_64-linux", "torch212-cxx11-rocm72-x86_64-linux", "torch213-cxx11-rocm71-x86_64-linux", "torch213-cxx11-rocm72-x86_64-linux" ], "xpu": [ - "torch211-cxx11-xpu20253-x86_64-linux", "torch212-cxx11-xpu20253-x86_64-linux", "torch213-cxx11-xpu20260-x86_64-linux" ] diff --git a/nix-builder/overlay.nix b/nix-builder/overlay.nix index f9480651..547074c7 100644 --- a/nix-builder/overlay.nix +++ b/nix-builder/overlay.nix @@ -74,15 +74,11 @@ final: prev: in { inherit (triton) - triton_3_5_0 - triton_3_6_0 triton_3_7_0 triton_3_7_1 ; - inherit (triton-rocm) triton-rocm_3_6_0 triton-rocm_3_7_0; + inherit (triton-rocm) triton-rocm_3_7_0; inherit (triton-xpu) - triton-xpu_3_6_0 - triton-xpu_3_7_0 triton-xpu_3_7_1 triton-xpu_3_7_2 ; @@ -194,24 +190,15 @@ final: prev: } ); - # Remove once sglang moves to a newer Torch version. - torch-bin_2_9 = mkTorch { - version = "2.9"; - triton-cuda = triton_3_5_0; + # Maintain a minimal version for TPU support. + torch-bin_2_11 = mkTorch { + version = "2.11"; + triton-cuda = null; triton-rocm = null; triton-xpu = null; - # Not supported anymore. xpuPackages = null; }; - torch-bin_2_11 = mkTorch { - version = "2.11"; - triton-cuda = triton_3_6_0; - triton-rocm = triton-rocm_3_6_0; - triton-xpu = triton-xpu_3_7_0; - xpuPackages = final.xpuPackages_2025_3_2; - }; - torch-bin_2_12 = mkTorch { version = "2.12"; triton-cuda = triton_3_7_0; @@ -274,7 +261,6 @@ final: prev: flattenVersion = prev.lib.strings.replaceStrings [ "." ] [ "_" ]; readPackageMetadata = path: (builtins.fromJSON (builtins.readFile path)); versions = [ - "7.0.2" "7.1.1" "7.2.1" ]; @@ -294,7 +280,6 @@ final: prev: flattenVersion = prev.lib.strings.replaceStrings [ "." ] [ "_" ]; readPackageMetadata = path: (builtins.fromJSON (builtins.readFile path)); xpuVersions = [ - "2025.3.1" "2025.3.2" "2026.0.0" ]; diff --git a/nix-builder/pkgs/aotriton/default.nix b/nix-builder/pkgs/aotriton/default.nix index 7870bc54..b6e99edf 100644 --- a/nix-builder/pkgs/aotriton/default.nix +++ b/nix-builder/pkgs/aotriton/default.nix @@ -22,44 +22,10 @@ let }; in { - aotriton_0_11_1 = generic rec { - version = "0.11.1b"; - - hashes = { - "7.0" = "sha256-3rgEbp75dsJzn9BWO1AjnhLcAC19T5fBxKGHSstlq8Q="; - "7.1" = "sha256-wWE+2enuzHNZ8EoWJLtSjlT15jaeaC3URuqpNtlFI1g="; - "7.2" = "sha256-VsoxJUwWVfpNUWji2zFZeBwkQtX2sBiCFV6ThZuFzxY="; - }; - - images = mkImages version [ - (fetchurl { - url = "https://github.com/ROCm/aotriton/releases/download/0.11.1b/aotriton-0.11.1b-images-amd-gfx90a.tar.gz"; - hash = "sha256-/p8Etmv1KsJ80CXh2Jz9BJdN0/s64HYZL3g2QaTYD98="; - }) - (fetchurl { - url = "https://github.com/ROCm/aotriton/releases/download/0.11.1b/aotriton-0.11.1b-images-amd-gfx942.tar.gz"; - hash = "sha256-CnvO4Z07ttVIcyJIwyNPe5JzbCq3p6rmUpS4en/WTAY="; - }) - (fetchurl { - url = "https://github.com/ROCm/aotriton/releases/download/0.11.1b/aotriton-0.11.1b-images-amd-gfx950.tar.gz"; - hash = "sha256-wbo7/oQhf9Z9890fi2fICn97M9CtTXS0HWVnA24DKs4="; - }) - (fetchurl { - url = "https://github.com/ROCm/aotriton/releases/download/0.11.1b/aotriton-0.11.1b-images-amd-gfx11xx.tar.gz"; - hash = "sha256-ZjIEDEBdgzvm/3ICkknHdoOLr18Do8E7pOjTeoe3p0A="; - }) - (fetchurl { - url = "https://github.com/ROCm/aotriton/releases/download/0.11.1b/aotriton-0.11.1b-images-amd-gfx120x.tar.gz"; - hash = "sha256-Ck/zJL/9rAwv3oeop/cFY9PISoCtTo8xNF8rQKE4TpU="; - }) - ]; - }; - aotriton_0_11_2 = generic rec { version = "0.11.2b"; hashes = { - "7.0" = "sha256-VQGgo7MAiQABtmJfKjU5p7rWDzhvCgYevn1O1coPr7k="; "7.1" = "sha256-/uNr6z6khM4YFVu6/gJsV3/WcF5EaeWUBbJgvXS4zBA="; "7.2" = "sha256-zYq/J7u2POxFyUE16bKHRZZgdCY6awVV5YeK4ctqI0k="; }; @@ -92,7 +58,6 @@ in version = "0.12b"; hashes = { - "7.0" = "sha256-9quh/lkxIATM0T39pNCp41RXUn/sGDSNLnWilKEFHvU="; "7.1" = "sha256-odcxdFkpthWY0IjuqtMdioKicDKqUeOnyDHkWpnglcI="; "7.2" = "sha256-W5fo0EGxYMhAhZYfPTvXuYkGQrFGussEyZGqmtao3Kg="; }; diff --git a/nix-builder/pkgs/python-modules/torch/binary/generic.nix b/nix-builder/pkgs/python-modules/torch/binary/generic.nix index ced4affe..c66c6cb9 100644 --- a/nix-builder/pkgs/python-modules/torch/binary/generic.nix +++ b/nix-builder/pkgs/python-modules/torch/binary/generic.nix @@ -66,7 +66,6 @@ let triton; aotritonVersions = with rocmPackages; { - "2.11" = aotriton_0_11_2; "2.12" = aotriton_0_11_2; "2.13" = aotriton_0_12; }; diff --git a/nix-builder/pkgs/python-modules/torch/binary/torch-versions-hash.json b/nix-builder/pkgs/python-modules/torch/binary/torch-versions-hash.json index 5a32ae92..8f03b3e5 100644 --- a/nix-builder/pkgs/python-modules/torch/binary/torch-versions-hash.json +++ b/nix-builder/pkgs/python-modules/torch/binary/torch-versions-hash.json @@ -1,85 +1,10 @@ { - "2.9": { - "x86_64-linux": { - "cu129": { - "url": "https://download.pytorch.org/whl/cu129/torch-2.9.0%2Bcu129-cp313-cp313-manylinux_2_28_x86_64.whl", - "hash": "sha256-a6V77xFJM5fBUddVM0CSKQQSkE5GyF7YYnegO7JP0To=", - "version": "2.9.0" - } - }, - "aarch64-linux": { - "cu129": { - "url": "https://download.pytorch.org/whl/cu129/torch-2.9.0%2Bcu129-cp313-cp313-manylinux_2_28_aarch64.whl", - "hash": "sha256-wyc11mL4ogcYOM6S72NnjLT4x2Yc3809GwZQO3sAFiY=", - "version": "2.9.0" - } - } - }, "2.11": { "x86_64-linux": { - "cu126": { - "url": "https://download.pytorch.org/whl/cu126/torch-2.11.0%2Bcu126-cp313-cp313-manylinux_2_28_x86_64.whl", - "hash": "sha256-X24qVwmHbdJaX+DU8Kse8zszu2BDH8v+doq2Ro3P6Io=", - "version": "2.11.0" - }, - "cu128": { - "url": "https://download.pytorch.org/whl/cu128/torch-2.11.0%2Bcu128-cp313-cp313-manylinux_2_28_x86_64.whl", - "hash": "sha256-25ZLM8VQNacqs+IWIoevjxzCdgOcZdAVdAzIjCbc7fc=", - "version": "2.11.0" - }, - "cu130": { - "url": "https://download.pytorch.org/whl/cu130/torch-2.11.0%2Bcu130-cp313-cp313-manylinux_2_28_x86_64.whl", - "hash": "sha256-VURht28hIRknx3YFa8sLAPtClyNkeUtobXaOuwtYY2Y=", - "version": "2.11.0" - }, "cpu": { "url": "https://download.pytorch.org/whl/cpu/torch-2.11.0%2Bcpu-cp313-cp313-manylinux_2_28_x86_64.whl", "hash": "sha256-RQJdd1LbxrTHhMA6+u6cXxlzDOCEsuQ/yaL+FnfZ/4Y=", "version": "2.11.0" - }, - "rocm71": { - "url": "https://download.pytorch.org/whl/rocm7.1/torch-2.11.0%2Brocm7.1-cp313-cp313-manylinux_2_28_x86_64.whl", - "hash": "sha256-Oy30B0GP3Vh1YbZUiy7VOy2UU1REkYYPRu8MKOxrfo4=", - "version": "2.11.0" - }, - "rocm72": { - "url": "https://download.pytorch.org/whl/rocm7.2/torch-2.11.0%2Brocm7.2-cp313-cp313-manylinux_2_28_x86_64.whl", - "hash": "sha256-CupGzRf2SN6z/1kOFipiQ6SCV2W9AHJ0OWDvqdSlvB0=", - "version": "2.11.0" - }, - "xpu": { - "url": "https://download.pytorch.org/whl/xpu/torch-2.11.0%2Bxpu-cp313-cp313-linux_x86_64.whl", - "hash": "sha256-x8KZcJJCc3w3ZGctcQTWwmq36Qbvbr1NhAvUVjl5EvQ=", - "version": "2.11.0" - } - }, - "aarch64-linux": { - "cu126": { - "url": "https://download.pytorch.org/whl/cu126/torch-2.11.0%2Bcu126-cp313-cp313-manylinux_2_28_aarch64.whl", - "hash": "sha256-O7v8ftFth4rvm5Go54wDO/Ex/7g1fiP/gJESEGg6MbM=", - "version": "2.11.0" - }, - "cu128": { - "url": "https://download.pytorch.org/whl/cu128/torch-2.11.0%2Bcu128-cp313-cp313-manylinux_2_28_aarch64.whl", - "hash": "sha256-fbNYAQa7oETaW4lQ8/uP5fMZmeqrP2o6oqxdICw2hNI=", - "version": "2.11.0" - }, - "cu130": { - "url": "https://download.pytorch.org/whl/cu130/torch-2.11.0%2Bcu130-cp313-cp313-manylinux_2_28_aarch64.whl", - "hash": "sha256-w9YPeWZrkQHjkUouXewugerINOE8rgvPWelNwaRl91Y=", - "version": "2.11.0" - }, - "cpu": { - "url": "https://download.pytorch.org/whl/cpu/torch-2.11.0%2Bcpu-cp313-cp313-manylinux_2_28_aarch64.whl", - "hash": "sha256-SLPiGjEURazdCyfxODDiHZOt73DUch4FHp8Fm665uPk=", - "version": "2.11.0" - } - }, - "aarch64-darwin": { - "cpu": { - "url": "https://download.pytorch.org/whl/cpu/torch-2.11.0-cp313-cp313-macosx_11_0_arm64.whl", - "hash": "sha256-RC7J3HhZJWT9rWnPC+qp2i+Cq4EMy08TkDhpqQvz8V0=", - "version": "2.11.0" } } }, @@ -153,67 +78,67 @@ }, "2.13": { "x86_64-linux": { - "cu132": { - "url": "https://huggingface.co/buckets/danieldk/pytorch-rc/resolve/2.13.0/rc15/torch-2.13.0%2Bcu132-cp313-cp313-manylinux_2_28_x86_64.whl", - "hash": "sha256-GMmhYaD7ZJ167wriy/kQ+H/7pRSa6BJ9D/QSOWmLbIo=", + "cu126": { + "url": "https://download.pytorch.org/whl/cu126/torch-2.13.0%2Bcu126-cp313-cp313-manylinux_2_28_x86_64.whl", + "hash": "sha256-QZjI10eKtHrSVpMJOH2Ish+1U6HPirBiYPvVpqublxI=", "version": "2.13.0" }, "cu130": { - "url": "https://huggingface.co/buckets/danieldk/pytorch-rc/resolve/2.13.0/rc15/torch-2.13.0%2Bcu130-cp313-cp313-manylinux_2_28_x86_64.whl", + "url": "https://download.pytorch.org/whl/cu130/torch-2.13.0%2Bcu130-cp313-cp313-manylinux_2_28_x86_64.whl", "hash": "sha256-lb260vB4a9RIky5LcqZASqIikNtuyVTiTt+m0zyDPI8=", "version": "2.13.0" }, - "cu126": { - "url": "https://huggingface.co/buckets/danieldk/pytorch-rc/resolve/2.13.0/rc15/torch-2.13.0%2Bcu126-cp313-cp313-manylinux_2_28_x86_64.whl", - "hash": "sha256-QZjI10eKtHrSVpMJOH2Ish+1U6HPirBiYPvVpqublxI=", - "version": "2.13.0" - }, - "xpu": { - "url": "https://huggingface.co/buckets/danieldk/pytorch-rc/resolve/2.13.0/rc15/torch-2.13.0%2Bxpu-cp313-cp313-manylinux_2_28_x86_64.whl", - "hash": "sha256-DDY+EveM5ng5orILI4eyuq5JGuZHDGfZnJkYA9xZJ70=", + "cu132": { + "url": "https://download.pytorch.org/whl/cu132/torch-2.13.0%2Bcu132-cp313-cp313-manylinux_2_28_x86_64.whl", + "hash": "sha256-GMmhYaD7ZJ167wriy/kQ+H/7pRSa6BJ9D/QSOWmLbIo=", "version": "2.13.0" }, "cpu": { - "url": "https://huggingface.co/buckets/danieldk/pytorch-rc/resolve/2.13.0/rc15/torch-2.13.0%2Bcpu-cp313-cp313-manylinux_2_28_x86_64.whl", + "url": "https://download.pytorch.org/whl/cpu/torch-2.13.0%2Bcpu-cp313-cp313-manylinux_2_28_x86_64.whl", "hash": "sha256-P7+cnR88EMLVnQSspCbe6czGzrMtJVxh6TrMO091+uY=", "version": "2.13.0" }, "rocm71": { - "url": "https://huggingface.co/buckets/danieldk/pytorch-rc/resolve/2.13.0/rc15/torch-2.13.0%2Brocm7.1-cp313-cp313-manylinux_2_28_x86_64.whl", - "hash": "sha256-5F75wLtMld9iiQ5VTCgAWSmu8PymzduFWwtvYkskqE4=", + "url": "https://download.pytorch.org/whl/rocm7.1/torch-2.13.0%2Brocm7.1-cp313-cp313-manylinux_2_28_x86_64.whl", + "hash": "sha256-NHcAYyaBihRFcXkm2b5o+KD2DCX/zjtGFHGAsfpeRVw=", "version": "2.13.0" }, "rocm72": { - "url": "https://huggingface.co/buckets/danieldk/pytorch-rc/resolve/2.13.0/rc15/torch-2.13.0%2Brocm7.2-cp313-cp313-manylinux_2_28_x86_64.whl", - "hash": "sha256-ZkWsbmrc4DMFgd+tXLlpySne/626f2Wth6pyMAhRyzw=", + "url": "https://download.pytorch.org/whl/rocm7.2/torch-2.13.0%2Brocm7.2-cp313-cp313-manylinux_2_28_x86_64.whl", + "hash": "sha256-kSHk6QZMVP3d7CukzG/B1NNx4lJiflyjngb2+gflHxo=", + "version": "2.13.0" + }, + "xpu": { + "url": "https://download.pytorch.org/whl/xpu/torch-2.13.0%2Bxpu-cp313-cp313-manylinux_2_28_x86_64.whl", + "hash": "sha256-DDY+EveM5ng5orILI4eyuq5JGuZHDGfZnJkYA9xZJ70=", "version": "2.13.0" } }, "aarch64-linux": { - "cpu": { - "url": "https://huggingface.co/buckets/danieldk/pytorch-rc/resolve/2.13.0/rc15/torch-2.13.0%2Bcpu-cp313-cp313-manylinux_2_28_aarch64.whl", - "hash": "sha256-C499BCMCeui5DHl3xifzN58yU2OggiTf+tm0staEqD0=", - "version": "2.13.0" - }, - "cu132": { - "url": "https://huggingface.co/buckets/danieldk/pytorch-rc/resolve/2.13.0/rc15/torch-2.13.0%2Bcu132-cp313-cp313-manylinux_2_28_aarch64.whl", - "hash": "sha256-kTV7e3bs14i9diAFqjdOnfzcJcTFz1AZRzQmVOtw6KI=", - "version": "2.13.0" - }, "cu126": { - "url": "https://huggingface.co/buckets/danieldk/pytorch-rc/resolve/2.13.0/rc15/torch-2.13.0%2Bcu126-cp313-cp313-manylinux_2_28_aarch64.whl", + "url": "https://download.pytorch.org/whl/cu126/torch-2.13.0%2Bcu126-cp313-cp313-manylinux_2_28_aarch64.whl", "hash": "sha256-smGCNbrLKe6jc1fOZgqrUpbZcp6s/UYp1QMnOC2hH38=", "version": "2.13.0" }, "cu130": { - "url": "https://huggingface.co/buckets/danieldk/pytorch-rc/resolve/2.13.0/rc15/torch-2.13.0%2Bcu130-cp313-cp313-manylinux_2_28_aarch64.whl", + "url": "https://download.pytorch.org/whl/cu130/torch-2.13.0%2Bcu130-cp313-cp313-manylinux_2_28_aarch64.whl", "hash": "sha256-zsET+2Dw/p0sBNgGHVYN2uP4v3gphMHnuZMINgjXC5E=", "version": "2.13.0" + }, + "cu132": { + "url": "https://download.pytorch.org/whl/cu132/torch-2.13.0%2Bcu132-cp313-cp313-manylinux_2_28_aarch64.whl", + "hash": "sha256-kTV7e3bs14i9diAFqjdOnfzcJcTFz1AZRzQmVOtw6KI=", + "version": "2.13.0" + }, + "cpu": { + "url": "https://download.pytorch.org/whl/cpu/torch-2.13.0%2Bcpu-cp313-cp313-manylinux_2_28_aarch64.whl", + "hash": "sha256-C499BCMCeui5DHl3xifzN58yU2OggiTf+tm0staEqD0=", + "version": "2.13.0" } }, "aarch64-darwin": { "cpu": { - "url": "https://huggingface.co/buckets/danieldk/pytorch-rc/resolve/2.13.0/rc15/torch-2.13.0-cp313-cp313-macosx_14_0_arm64.whl", + "url": "https://download.pytorch.org/whl/cpu/torch-2.13.0-cp313-cp313-macosx_14_0_arm64.whl", "hash": "sha256-M0SYmc5UlsG4S0hTF52U/RAgKK4UBzFNn7lWu3nnDQk=", "version": "2.13.0" } diff --git a/nix-builder/pkgs/python-modules/torch/binary/torch-versions.json b/nix-builder/pkgs/python-modules/torch/binary/torch-versions.json index 9d046f85..88370dd2 100644 --- a/nix-builder/pkgs/python-modules/torch/binary/torch-versions.json +++ b/nix-builder/pkgs/python-modules/torch/binary/torch-versions.json @@ -1,48 +1,7 @@ [ - { - "torchVersion": "2.9.0", - "cudaVersion": "12.9", - "systems": ["x86_64-linux", "aarch64-linux"] - }, - - { - "torchVersion": "2.11.0", - "cudaVersion": "12.6", - "systems": ["x86_64-linux", "aarch64-linux"] - }, - { - "torchVersion": "2.11.0", - "cudaVersion": "12.8", - "systems": ["x86_64-linux", "aarch64-linux"] - }, - { - "torchVersion": "2.11.0", - "cudaVersion": "13.0", - "systems": ["x86_64-linux", "aarch64-linux"] - }, { "torchVersion": "2.11.0", "cpu": true, - "systems": ["aarch64-linux", "x86_64-linux"] - }, - { - "torchVersion": "2.11.0", - "metal": true, - "systems": ["aarch64-darwin"] - }, - { - "torchVersion": "2.11.0", - "rocmVersion": "7.1", - "systems": ["x86_64-linux"] - }, - { - "torchVersion": "2.11.0", - "rocmVersion": "7.2", - "systems": ["x86_64-linux"] - }, - { - "torchVersion": "2.11.0", - "xpuVersion": "2025.3.2", "systems": ["x86_64-linux"] }, @@ -90,49 +49,41 @@ { "torchVersion": "2.13.0", "cudaVersion": "12.6", - "torchTesting": "rc15", "systems": ["x86_64-linux", "aarch64-linux"] }, { "torchVersion": "2.13.0", "cudaVersion": "13.0", - "torchTesting": "rc15", "systems": ["x86_64-linux", "aarch64-linux"] }, { "torchVersion": "2.13.0", "cudaVersion": "13.2", - "torchTesting": "rc15", "systems": ["x86_64-linux", "aarch64-linux"] }, { "torchVersion": "2.13.0", "cpu": true, - "torchTesting": "rc15", "systems": ["aarch64-linux", "x86_64-linux"] }, { "torchVersion": "2.13.0", "metal": true, - "torchTesting": "rc15", "systems": ["aarch64-darwin"] }, { "torchVersion": "2.13.0", "rocmVersion": "7.1", - "torchTesting": "rc15", "systems": ["x86_64-linux"] }, { "torchVersion": "2.13.0", "rocmVersion": "7.2", - "torchTesting": "rc15", "systems": ["x86_64-linux"] }, { "torchVersion": "2.13.0", "xpuVersion": "2025.3.2", - "torchTesting": "rc15", "systems": ["x86_64-linux"] } ] diff --git a/nix-builder/pkgs/python-modules/triton-rocm/default.nix b/nix-builder/pkgs/python-modules/triton-rocm/default.nix index 92b0a0ed..9953393b 100644 --- a/nix-builder/pkgs/python-modules/triton-rocm/default.nix +++ b/nix-builder/pkgs/python-modules/triton-rocm/default.nix @@ -6,12 +6,6 @@ let versions = { - "3.6.0" = { - x86_64-linux = { - url = "https://download-r2.pytorch.org/whl/triton_rocm-3.6.0-cp313-cp313-linux_x86_64.whl"; - hash = "sha256-1DtE8EXX940d/gOy3rzjbg11YEGoU2M6JnfOWokKJp4="; - }; - }; "3.7.0" = { x86_64-linux = { url = "https://download-r2.pytorch.org/whl/triton_rocm-3.7.0-cp313-cp313-linux_x86_64.whl"; diff --git a/nix-builder/pkgs/python-modules/triton-xpu/default.nix b/nix-builder/pkgs/python-modules/triton-xpu/default.nix index 3597b619..91c50461 100644 --- a/nix-builder/pkgs/python-modules/triton-xpu/default.nix +++ b/nix-builder/pkgs/python-modules/triton-xpu/default.nix @@ -6,27 +6,15 @@ let generic = callPackage ./generic.nix { }; in { - triton-xpu_3_6_0 = generic { - version = "3.6.0"; - url = "https://download.pytorch.org/whl/triton_xpu-3.6.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl"; - hash = "sha256-b2i0GTEJkACA6I8I7jXV/ifboM91BOu+7HS/6sBmrJU="; - }; - - triton-xpu_3_7_0 = generic { - version = "3.7.0"; - url = "https://download.pytorch.org/whl/triton_xpu-3.7.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl"; - hash = "sha256-CMjUOygx+vnWeZSA3ytF3eWBAiV669gQ0Hos4YzU5d8="; - }; - triton-xpu_3_7_1 = generic { version = "3.7.1"; - url = "https://download.pytorch.org/whl/test/triton_xpu-3.7.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl"; - hash = "sha256-T9rtG6/FHTooNGVqNCCmaGp06iJlCHZaSb8V1Y/zqTA="; + url = "https://download-r2.pytorch.org/whl/triton_xpu-3.7.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl"; + hash = "sha256-5wGjHvoDNHdfNXyYcW84IXdaqUQhn3iI4Twt/i2qvio="; }; triton-xpu_3_7_2 = generic { version = "3.7.2"; - url = "https://huggingface.co/buckets/danieldk/pytorch-rc/resolve/2.13.0/rc15/triton_xpu-3.7.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl"; + url = "https://download.pytorch.org/whl/triton_xpu-3.7.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl"; hash = "sha256-jMwVkt3aI6sunRQ9orS2nrQIIRcsW9S8TiYjI9x/UXI="; }; diff --git a/nix-builder/pkgs/python-modules/triton/default.nix b/nix-builder/pkgs/python-modules/triton/default.nix index 7eea8dbd..afa0d162 100644 --- a/nix-builder/pkgs/python-modules/triton/default.nix +++ b/nix-builder/pkgs/python-modules/triton/default.nix @@ -6,44 +6,24 @@ let versions = { - "3.5.0" = { - x86_64-linux = { - url = "https://download.pytorch.org/whl/triton-3.5.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl"; - hash = "sha256-tvbbiVAabcSkkv8oFGDBsVVjQgvJCTR3CqanuA/VHJU="; - }; - aarch64-linux = { - url = "https://download.pytorch.org/whl/triton-3.5.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl"; - hash = "sha256-BeFFtRpTVzv/JgQx/0D63OCDitmSjF7hiDtT1ZiE4Zg="; - }; - }; - "3.6.0" = { - x86_64-linux = { - url = "https://download.pytorch.org/whl/triton-3.6.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl"; - hash = "sha256-AHUDn/J3ZUgAg7GhCZmb8nEQ81QvH5+tlfD5Blo22nk="; - }; - aarch64-linux = { - url = "https://download.pytorch.org/whl/triton-3.6.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl"; - hash = "sha256-WNV9Z5awAEB2MVQzUm/p1K9CBE1DCv3uHmzUKna9bQk="; - }; - }; "3.7.0" = { x86_64-linux = { - url = "https://download.pytorch.org/whl/test/triton-3.7.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl"; + url = "https://download.pytorch.org/whl/triton-3.7.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl"; hash = "sha256-0BA4KB83Yz8GFC8dTazEh+pNRRsC6zPt/edY0TZii6I="; }; aarch64-linux = { - url = "https://download.pytorch.org/whl/test/triton-3.7.0-cp313-cp313-linux_aarch64.whl"; - hash = "sha256-LoFYjFyKWMAkMMrTeOgAopRK81mqm+fEQPTuOplp9jY="; + url = "https://download-r2.pytorch.org/whl/triton-3.7.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl"; + hash = "sha256-m4KV9sctz4QNP0ysJcGy/0gu8enq0jQVtI/C2Dc6Fw0="; }; }; "3.7.1" = { x86_64-linux = { - url = "https://huggingface.co/buckets/danieldk/pytorch-rc/resolve/2.13.0/rc15/triton-3.7.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl"; - hash = "sha256-Otz3YvSp/kIrhcoXTrBszD+GLRvVL9gFx03GAy3Auso="; + url = "https://download.pytorch.org/whl/triton-3.7.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl"; + hash = "sha256-WWiLm5JPiHMW3ND66ejL5pfuHR9qs4ZyOYLMns3r7gE="; }; aarch64-linux = { - url = "https://huggingface.co/buckets/danieldk/pytorch-rc/resolve/2.13.0/rc15/triton-3.7.1-cp313-cp313-linux_aarch64.whl"; - hash = "sha256-vpT2B672MVVY9Lh6I1NTTiMnqxJRLZWjEZNjWuwyHYM="; + url = "https://download.pytorch.org/whl/triton-3.7.1-cp313-cp313-linux_aarch64.whl"; + hash = "sha256-NIlNUa/xq/ewF/vQxen+chEwXDWZFX/KJR4/QryPAM8="; }; }; diff --git a/nix-builder/pkgs/rocm-packages/rocm-7.0.2-metadata.json b/nix-builder/pkgs/rocm-packages/rocm-7.0.2-metadata.json deleted file mode 100644 index 749db2de..00000000 --- a/nix-builder/pkgs/rocm-packages/rocm-7.0.2-metadata.json +++ /dev/null @@ -1,3619 +0,0 @@ -{ - "amd-smi-lib": { - "deps": [ - "rocm-core" - ], - "components": [ - { - "name": "amd-smi-lib", - "sha256": "ecfe4afbfb9298e5bc6ce12e4f4bdcdc165375e82f8adc366f1c6d2539344830", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/amd-smi-lib-26.0.2.70002-56.el8.x86_64.rpm", - "version": "26.0.2.70002" - }, - { - "name": "amd-smi-lib-rpath", - "sha256": "ecaa76ba5b1265e17023ba701f0f6ab1062485d21a9e3f14f899dac9bfca3a27", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/amd-smi-lib-rpath7.0.2-26.0.2.70002-56.el8.x86_64.rpm", - "version": "26.0.2.70002" - } - ], - "version": "26.0.2.70002" - }, - "amd-smi-lib-asan": { - "deps": [ - "rocm-core-asan" - ], - "components": [ - { - "name": "amd-smi-lib-asan", - "sha256": "797753a8fb6c3feb76631550992c99385ff9f404f280a72202ecd33893733659", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/amd-smi-lib-asan-26.0.2.70002-56.el8.x86_64.rpm", - "version": "26.0.2.70002" - }, - { - "name": "amd-smi-lib-asan-rpath", - "sha256": "9e38f273b82bb759c642436c9764c2ae704b463ab2456270e1acbaac2d0ed946", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/amd-smi-lib-asan-rpath7.0.2-26.0.2.70002-56.el8.x86_64.rpm", - "version": "26.0.2.70002" - } - ], - "version": "26.0.2.70002" - }, - "comgr": { - "deps": [ - "rocm-core" - ], - "components": [ - { - "name": "comgr", - "sha256": "484bd93e6cf61b36b3eaf8602823110daddc438a1f3cd7016cac514a99858a85", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/comgr-3.0.0.70002-56.el8.x86_64.rpm", - "version": "3.0.0.70002" - }, - { - "name": "comgr-rpath", - "sha256": "8cfd58d8b05f9c925d3d284b97464e53631843804e4067990ddf8cdc4f022bdd", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/comgr-rpath7.0.2-3.0.0.70002-56.el8.x86_64.rpm", - "version": "3.0.0.70002" - } - ], - "version": "3.0.0.70002" - }, - "comgr-asan": { - "deps": [ - "rocm-core-asan" - ], - "components": [ - { - "name": "comgr-asan", - "sha256": "ba0e415f81d537c04572fe74e75d33d9e5c8d97b80bbf5315e4b305997ef8192", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/comgr-asan-3.0.0.70002-56.el8.x86_64.rpm", - "version": "3.0.0.70002" - }, - { - "name": "comgr-asan-rpath", - "sha256": "f1516dd00cab658069f21d2dbb4d97428bff035bee8262c085dc4057965a51d3", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/comgr-asan-rpath7.0.2-3.0.0.70002-56.el8.x86_64.rpm", - "version": "3.0.0.70002" - } - ], - "version": "3.0.0.70002" - }, - "composablekernel-ckprofiler": { - "deps": [ - "rocm-core" - ], - "components": [ - { - "name": "composablekernel-ckprofiler", - "sha256": "1b00a1ca6ccd81b5be6c68079f0aaae67d7b3f63d2308a1c6eb6a88453a69bb3", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/composablekernel-ckprofiler-1.1.0.70002-56.el8.x86_64.rpm", - "version": "1.1.0.70002" - }, - { - "name": "composablekernel-ckprofiler-rpath", - "sha256": "abf24a7e363c26e0bd16e61c77231751485944a97d3a94b22d56fe44af24e614", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/composablekernel-ckprofiler-rpath7.0.2-1.1.0.70002-56.el8.x86_64.rpm", - "version": "1.1.0.70002" - } - ], - "version": "1.1.0.70002" - }, - "composablekernel-devel": { - "deps": [ - "rocm-core" - ], - "components": [ - { - "name": "composablekernel-devel", - "sha256": "4ba4b113e24a32328010da91805546ab589d395a78d0fd45e9913c1487c2c0d5", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/composablekernel-devel-1.1.0.70002-56.el8.x86_64.rpm", - "version": "1.1.0.70002" - }, - { - "name": "composablekernel-devel-rpath", - "sha256": "9d40355f5dbf9ce3e5a659b3c17f55339eafdf615475b7b596d7dfb388df6184", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/composablekernel-devel-rpath7.0.2-1.1.0.70002-56.el8.x86_64.rpm", - "version": "1.1.0.70002" - } - ], - "version": "1.1.0.70002" - }, - "half": { - "deps": [ - "rocm-core" - ], - "components": [ - { - "name": "half", - "sha256": "6c29da7b7b3e0a3e1016b15258358369db129a68f723fa1281e97f30f17bde11", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/half-1.12.0.70002-56.el8.x86_64.rpm", - "version": "1.12.0.70002" - }, - { - "name": "half-rpath", - "sha256": "a779fd587ec9737d1f746ccf3a42aaa98d073dde71f9dd37c5c05f60e80480e2", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/half-rpath7.0.2-1.12.0.70002-56.el8.x86_64.rpm", - "version": "1.12.0.70002" - } - ], - "version": "1.12.0.70002" - }, - "hip-devel": { - "deps": [ - "hip-runtime-amd", - "hipcc", - "hsa-rocr", - "rocm-core", - "rocm-llvm" - ], - "components": [ - { - "name": "hip-devel", - "sha256": "8845aa348ce0c1eca672e48bb66709c8b7a80949cf6d3e1bd2a97a915eb58644", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hip-devel-7.0.51831.70002-56.el8.x86_64.rpm", - "version": "7.0.51831.70002" - }, - { - "name": "hip-devel-rpath", - "sha256": "71d76187f935ceb8a4c36cf823d79f8446bf9c2620fcbeb9c16b450749ae906a", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hip-devel-rpath7.0.2-7.0.51831.70002-56.el8.x86_64.rpm", - "version": "7.0.51831.70002" - } - ], - "version": "7.0.51831.70002" - }, - "hip-doc": { - "deps": [ - "hip-devel", - "rocm-core" - ], - "components": [ - { - "name": "hip-doc", - "sha256": "c84bdd609d181d6228b4ccb5b6f8cdd5654b18bb93b77192eacdbe5bc996a83a", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hip-doc-7.0.51831.70002-56.el8.x86_64.rpm", - "version": "7.0.51831.70002" - }, - { - "name": "hip-doc-rpath", - "sha256": "772af6225bbdff3ed7f07152cf4811531e1cf17c9bf54c41442cb41eb5264c9e", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hip-doc-rpath7.0.2-7.0.51831.70002-56.el8.x86_64.rpm", - "version": "7.0.51831.70002" - } - ], - "version": "7.0.51831.70002" - }, - "hip-runtime-amd": { - "deps": [ - "comgr", - "hsa-rocr", - "rocm-core", - "rocminfo", - "rocprofiler-register" - ], - "components": [ - { - "name": "hip-runtime-amd", - "sha256": "29ea1544bcfe37104fb8e8e1089abd9ee5f410080dd4159dc228d441879c5ada", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hip-runtime-amd-7.0.51831.70002-56.el8.x86_64.rpm", - "version": "7.0.51831.70002" - }, - { - "name": "hip-runtime-amd-rpath", - "sha256": "102d86d6df6a2891c49cc5608007661401c3d3b766a2443d05fd65dc7ed4c8e8", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hip-runtime-amd-rpath7.0.2-7.0.51831.70002-56.el8.x86_64.rpm", - "version": "7.0.51831.70002" - } - ], - "version": "7.0.51831.70002" - }, - "hip-runtime-amd-asan": { - "deps": [ - "comgr-asan", - "hsa-rocr-asan", - "rocm-core-asan", - "rocm-llvm", - "rocminfo" - ], - "components": [ - { - "name": "hip-runtime-amd-asan", - "sha256": "929d5b30680ebe717a660a4dea15281d618aea8203b9f4ac57daffd5424f6550", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hip-runtime-amd-asan-7.0.51831.70002-56.el8.x86_64.rpm", - "version": "7.0.51831.70002" - }, - { - "name": "hip-runtime-amd-asan-rpath", - "sha256": "7b876beaa263f628647cf638e5bd73fb45eaaf51d970bdee68c17fb8cbf27c32", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hip-runtime-amd-asan-rpath7.0.2-7.0.51831.70002-56.el8.x86_64.rpm", - "version": "7.0.51831.70002" - } - ], - "version": "7.0.51831.70002" - }, - "hip-runtime-nvidia": { - "deps": [ - "hipcc-nvidia", - "rocm-core" - ], - "components": [ - { - "name": "hip-runtime-nvidia", - "sha256": "a11c9a980df42b82979397b5e03861b36b29beb2434a15296fbf9c355260e2a8", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hip-runtime-nvidia-7.0.51831.70002-56.el8.x86_64.rpm", - "version": "7.0.51831.70002" - }, - { - "name": "hip-runtime-nvidia-rpath", - "sha256": "c901d790d2cd673214c589d251e501d309aa7e3119c3456b46c1520fda01cefc", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hip-runtime-nvidia-rpath7.0.2-7.0.51831.70002-56.el8.x86_64.rpm", - "version": "7.0.51831.70002" - } - ], - "version": "7.0.51831.70002" - }, - "hip-samples": { - "deps": [ - "hip-devel", - "hipcc", - "rocm-core" - ], - "components": [ - { - "name": "hip-samples", - "sha256": "086a65f5c3ffebf2b65de8586457856314ea0fb92d734bf6b8e635a9ff483d36", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hip-samples-7.0.51831.70002-56.el8.x86_64.rpm", - "version": "7.0.51831.70002" - }, - { - "name": "hip-samples-rpath", - "sha256": "b09c8780b62e640c0121e956e5047850ed1d73d4b2700f60bb5193836d592416", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hip-samples-rpath7.0.2-7.0.51831.70002-56.el8.x86_64.rpm", - "version": "7.0.51831.70002" - } - ], - "version": "7.0.51831.70002" - }, - "hipblas": { - "deps": [ - "hipblas-common-devel", - "rocblas", - "rocm-core", - "rocsolver" - ], - "components": [ - { - "name": "hipblas", - "sha256": "6ebea5cf968d13ddb2b9e71e8124d312666a4109645edd6c194595b411369fa9", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipblas-3.0.2.70002-56.el8.x86_64.rpm", - "version": "3.0.2.70002" - }, - { - "name": "hipblas-devel", - "sha256": "649172150a03b4a4ebc97e68a2821b6e6f5e67b919ec3e19448e34269096ec79", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipblas-devel-3.0.2.70002-56.el8.x86_64.rpm", - "version": "3.0.2.70002" - }, - { - "name": "hipblas-devel-rpath", - "sha256": "5d7dbf2b68a45bd5f59c81ab6f4561288c671e3b879de4396c3968209dd30fd4", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipblas-devel-rpath7.0.2-3.0.2.70002-56.el8.x86_64.rpm", - "version": "3.0.2.70002" - }, - { - "name": "hipblas-rpath", - "sha256": "ba5a324ff372ef18ebf3a33fc2fa81c2a8b21181dc042a6a65fb411fcb11fe03", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipblas-rpath7.0.2-3.0.2.70002-56.el8.x86_64.rpm", - "version": "3.0.2.70002" - } - ], - "version": "3.0.2.70002" - }, - "hipblas-asan": { - "deps": [ - "rocblas", - "rocm-core-asan", - "rocsolver" - ], - "components": [ - { - "name": "hipblas-asan", - "sha256": "82ba9ea6d0ef45664b491ff98d614583f1cb8f63b9707570e75ee9da873d74b8", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipblas-asan-3.0.2.70002-56.el8.x86_64.rpm", - "version": "3.0.2.70002" - }, - { - "name": "hipblas-asan-rpath", - "sha256": "418cfdeeed5fe1cd28021f5d98baa49d46330c63c493eda8682f008d2c79dab4", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipblas-asan-rpath7.0.2-3.0.2.70002-56.el8.x86_64.rpm", - "version": "3.0.2.70002" - } - ], - "version": "3.0.2.70002" - }, - "hipblas-common-devel": { - "deps": [ - "rocm-core" - ], - "components": [ - { - "name": "hipblas-common-devel", - "sha256": "ffb1f825a120ec1dcea6cf0f6a26c51c7b0e8768091ee09e744f42c165ea38ef", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipblas-common-devel-1.2.0.70002-56.el8.x86_64.rpm", - "version": "1.2.0.70002" - }, - { - "name": "hipblas-common-devel-rpath", - "sha256": "afe56bb840f910a38b0657cc53d02b8c69c1fcd2f562dc3816f4f55d79b5c03b", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipblas-common-devel-rpath7.0.2-1.2.0.70002-56.el8.x86_64.rpm", - "version": "1.2.0.70002" - } - ], - "version": "1.2.0.70002" - }, - "hipblaslt": { - "deps": [ - "hipblas-common-devel", - "rocm-core", - "roctracer" - ], - "components": [ - { - "name": "hipblaslt", - "sha256": "86c8b60385a536bab88e781b29f4dd3e6bf211452c0bb9fa4a2e84f0febfe30b", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipblaslt-1.0.0.70002-56.el8.x86_64.rpm", - "version": "1.0.0.70002" - }, - { - "name": "hipblaslt-devel", - "sha256": "ab56d04ac6ccdb06fe32b7178958358c56aa8c3718d8eaca18a85e67fd5d34e1", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipblaslt-devel-1.0.0.70002-56.el8.x86_64.rpm", - "version": "1.0.0.70002" - }, - { - "name": "hipblaslt-devel-rpath", - "sha256": "90f7f8547ca25b8e94af1fa693bf0587fb303cbb8014c5a263e9ffbf1dfd8d60", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipblaslt-devel-rpath7.0.2-1.0.0.70002-56.el8.x86_64.rpm", - "version": "1.0.0.70002" - }, - { - "name": "hipblaslt-rpath", - "sha256": "8087ae579b84f61eec3ff282c29a80870520d5d2bc9de0ab046b5ef922efe43b", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipblaslt-rpath7.0.2-1.0.0.70002-56.el8.x86_64.rpm", - "version": "1.0.0.70002" - } - ], - "version": "1.0.0.70002" - }, - "hipblaslt-asan": { - "deps": [ - "rocm-core-asan", - "roctracer" - ], - "components": [ - { - "name": "hipblaslt-asan", - "sha256": "88052c0e69df85f3a441624014c3992341b7181be084e7ebd1d9d769a945d00e", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipblaslt-asan-1.0.0.70002-56.el8.x86_64.rpm", - "version": "1.0.0.70002" - }, - { - "name": "hipblaslt-asan-rpath", - "sha256": "9d6e059756f69bcb922e8d2cf1b38d03637c529d62cf39cbe8a75d14e60df1b9", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipblaslt-asan-rpath7.0.2-1.0.0.70002-56.el8.x86_64.rpm", - "version": "1.0.0.70002" - } - ], - "version": "1.0.0.70002" - }, - "hipcc": { - "deps": [ - "rocm-core", - "rocm-llvm" - ], - "components": [ - { - "name": "hipcc", - "sha256": "698ea3340cc4ee0365a233bcc1a544c1583a7a3693955160db4161ee7056da6c", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipcc-1.1.1.70002-56.el8.x86_64.rpm", - "version": "1.1.1.70002" - }, - { - "name": "hipcc-rpath", - "sha256": "765309964067243fd4fb85222db594e4b3eddb11007e8d4df04701860051248a", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipcc-rpath7.0.2-1.1.1.70002-56.el8.x86_64.rpm", - "version": "1.1.1.70002" - } - ], - "version": "1.1.1.70002" - }, - "hipcc-nvidia": { - "deps": [ - "rocm-core" - ], - "components": [ - { - "name": "hipcc-nvidia", - "sha256": "57bb615d2879e9eca3675da7daebacec919f53691e09b617b7caf42abbd74481", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipcc-nvidia-1.1.1.70002-56.el8.x86_64.rpm", - "version": "1.1.1.70002" - }, - { - "name": "hipcc-nvidia-rpath", - "sha256": "7a9e40dd2f0cd9d517dca9c59f15ccdca0a3d6e52885231cbbc9ce61a0ce314d", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipcc-nvidia-rpath7.0.2-1.1.1.70002-56.el8.x86_64.rpm", - "version": "1.1.1.70002" - } - ], - "version": "1.1.1.70002" - }, - "hipcub-devel": { - "deps": [ - "rocm-core", - "rocprim-devel" - ], - "components": [ - { - "name": "hipcub-devel", - "sha256": "e7f02f825b270568b19aec7f7ef33a2fdd5ff946d1e686db540c8302e2aefee4", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipcub-devel-4.0.0.70002-56.el8.x86_64.rpm", - "version": "4.0.0.70002" - }, - { - "name": "hipcub-devel-rpath", - "sha256": "d233a8e45efa28edb0ebc89cc433b52a6556ca5e8089d90dffa9e166f4c8c922", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipcub-devel-rpath7.0.2-4.0.0.70002-56.el8.x86_64.rpm", - "version": "4.0.0.70002" - } - ], - "version": "4.0.0.70002" - }, - "hipfft": { - "deps": [ - "rocfft", - "rocm-core" - ], - "components": [ - { - "name": "hipfft", - "sha256": "e0a2225c3d11063c4e6ea8df338c5af4c16e0aeaa8389b90028f5870049d2f70", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipfft-1.0.20.70002-56.el8.x86_64.rpm", - "version": "1.0.20.70002" - }, - { - "name": "hipfft-devel", - "sha256": "d92cd92527b43e7cfac22273a5bae118518b0e702c0a8c495515f4b6157c1be6", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipfft-devel-1.0.20.70002-56.el8.x86_64.rpm", - "version": "1.0.20.70002" - }, - { - "name": "hipfft-devel-rpath", - "sha256": "f3750e0f9f5f24d74dbc03c065d4713d2f924acc3604c50364a055e736794a47", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipfft-devel-rpath7.0.2-1.0.20.70002-56.el8.x86_64.rpm", - "version": "1.0.20.70002" - }, - { - "name": "hipfft-rpath", - "sha256": "c68de9b1ca7f5f768b3ee38d6d88c09d06d3d9df5db54ce2de579d215486f04c", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipfft-rpath7.0.2-1.0.20.70002-56.el8.x86_64.rpm", - "version": "1.0.20.70002" - } - ], - "version": "1.0.20.70002" - }, - "hipfft-asan": { - "deps": [ - "rocfft", - "rocm-core-asan" - ], - "components": [ - { - "name": "hipfft-asan", - "sha256": "1eb9a0af79de99ff5e0cf517301b5a1ce6f7f48c280b46d6bbcbda4c25b58b2e", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipfft-asan-1.0.20.70002-56.el8.x86_64.rpm", - "version": "1.0.20.70002" - }, - { - "name": "hipfft-asan-rpath", - "sha256": "9fe0aa0a6e984eb39b003ac9e9f47969b3dd5e87213ece5e1f75a863d2f38731", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipfft-asan-rpath7.0.2-1.0.20.70002-56.el8.x86_64.rpm", - "version": "1.0.20.70002" - } - ], - "version": "1.0.20.70002" - }, - "hipfort-devel": { - "deps": [ - "hip-runtime-amd", - "rocm-core" - ], - "components": [ - { - "name": "hipfort-devel", - "sha256": "e6a83b8972dcd977842741830da3258b60e5db79452cd87deb54fc4f07be630f", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipfort-devel-0.7.0.70002-56.el8.x86_64.rpm", - "version": "0.7.0.70002" - }, - { - "name": "hipfort-devel-rpath", - "sha256": "f41949b981a05ac23fe03609118deacc184f3fbc5a428dae1b05412ea26273b0", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipfort-devel-rpath7.0.2-0.7.0.70002-56.el8.x86_64.rpm", - "version": "0.7.0.70002" - } - ], - "version": "0.7.0.70002" - }, - "hipify-clang": { - "deps": [ - "rocm-core" - ], - "components": [ - { - "name": "hipify-clang", - "sha256": "036d8c599815725493914828e7d18674c71934b701c4b39e25429028a19e14a1", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipify-clang-20.0.0.70002-56.el8.x86_64.rpm", - "version": "20.0.0.70002" - }, - { - "name": "hipify-clang-rpath", - "sha256": "e68e3e3825b503a75a7ffe26df8d2b0c9c9e1984d5099a481d002dc05db4728a", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipify-clang-rpath7.0.2-20.0.0.70002-56.el8.x86_64.rpm", - "version": "20.0.0.70002" - } - ], - "version": "20.0.0.70002" - }, - "hiprand": { - "deps": [ - "rocm-core" - ], - "components": [ - { - "name": "hiprand", - "sha256": "68a820beae6c7beed4f5a982ba4384d9726dbcb7cfe49939823ac8dc0a982ddb", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hiprand-3.0.0.70002-56.el8.x86_64.rpm", - "version": "3.0.0.70002" - }, - { - "name": "hiprand-devel", - "sha256": "702578296a446ddbb2eaf698eae7a5bf97f9068997ec6d69c3b7b74ca8cc1de0", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hiprand-devel-3.0.0.70002-56.el8.x86_64.rpm", - "version": "3.0.0.70002" - }, - { - "name": "hiprand-devel-rpath", - "sha256": "eace1f119464d5badedb98dace830e3686a29a83c62eb568b88f98d634a21243", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hiprand-devel-rpath7.0.2-3.0.0.70002-56.el8.x86_64.rpm", - "version": "3.0.0.70002" - }, - { - "name": "hiprand-rpath", - "sha256": "debef6cb9783ea3d66f65fe9b9d6084fc3d28ec6a92c70d529668d4aaf9488d5", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hiprand-rpath7.0.2-3.0.0.70002-56.el8.x86_64.rpm", - "version": "3.0.0.70002" - } - ], - "version": "3.0.0.70002" - }, - "hiprand-asan": { - "deps": [ - "rocm-core-asan" - ], - "components": [ - { - "name": "hiprand-asan", - "sha256": "7bcdfdc10401ffe46e4a60585e767fce9c71d04956696ae36590376e505b47eb", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hiprand-asan-3.0.0.70002-56.el8.x86_64.rpm", - "version": "3.0.0.70002" - }, - { - "name": "hiprand-asan-rpath", - "sha256": "3e5963a09598e399865a1693cac91dc9c48e36d21d6ce255e2b00a879a59337d", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hiprand-asan-rpath7.0.2-3.0.0.70002-56.el8.x86_64.rpm", - "version": "3.0.0.70002" - } - ], - "version": "3.0.0.70002" - }, - "hipsolver": { - "deps": [ - "rocblas", - "rocm-core", - "rocsolver" - ], - "components": [ - { - "name": "hipsolver", - "sha256": "766b270b6c7018970bf44e32594137e2c0b20bb8414a9fe5d6687e35ee8d1111", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipsolver-3.0.0.70002-56.el8.x86_64.rpm", - "version": "3.0.0.70002" - }, - { - "name": "hipsolver-devel", - "sha256": "a6bc000fc122663a9e40bcf69dea910088dd79646c9475a29619bc8a5a4f834f", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipsolver-devel-3.0.0.70002-56.el8.x86_64.rpm", - "version": "3.0.0.70002" - }, - { - "name": "hipsolver-devel-rpath", - "sha256": "fdb9404eb53a6c51bd525f9f4c98c2fb9344c793457deddb11c8d58544a6dc65", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipsolver-devel-rpath7.0.2-3.0.0.70002-56.el8.x86_64.rpm", - "version": "3.0.0.70002" - }, - { - "name": "hipsolver-rpath", - "sha256": "b225c8ebee932533335bc5b8fea1e45d9dec078e753ff96f8aebb649413c364c", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipsolver-rpath7.0.2-3.0.0.70002-56.el8.x86_64.rpm", - "version": "3.0.0.70002" - } - ], - "version": "3.0.0.70002" - }, - "hipsolver-asan": { - "deps": [ - "rocblas", - "rocm-core-asan", - "rocsolver" - ], - "components": [ - { - "name": "hipsolver-asan", - "sha256": "ed1beae3e048127929d894d6e277eac7dda6800dae9f55ba9fdb1b6c6116e75f", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipsolver-asan-3.0.0.70002-56.el8.x86_64.rpm", - "version": "3.0.0.70002" - }, - { - "name": "hipsolver-asan-rpath", - "sha256": "23ca0f848dcd84b006d0d8c4ff382ea549271b5a17e9a5dba3c9bc1f5053d90f", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipsolver-asan-rpath7.0.2-3.0.0.70002-56.el8.x86_64.rpm", - "version": "3.0.0.70002" - } - ], - "version": "3.0.0.70002" - }, - "hipsparse": { - "deps": [ - "rocm-core", - "rocsparse" - ], - "components": [ - { - "name": "hipsparse", - "sha256": "001261ef2b45b4d1388eb10e4123617ee8db13f7b151cf53042e10a9cbedb59c", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipsparse-4.0.1.70002-56.el8.x86_64.rpm", - "version": "4.0.1.70002" - }, - { - "name": "hipsparse-devel", - "sha256": "2b37ce19260f42bc2a7022452f27e96bc88022cae32068d6e4479fa6aec3faed", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipsparse-devel-4.0.1.70002-56.el8.x86_64.rpm", - "version": "4.0.1.70002" - }, - { - "name": "hipsparse-devel-rpath", - "sha256": "b37069c7adb34b2fc541ea92acfc2f2cdbe680931cdb4827e66758577f83bd45", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipsparse-devel-rpath7.0.2-4.0.1.70002-56.el8.x86_64.rpm", - "version": "4.0.1.70002" - }, - { - "name": "hipsparse-rpath", - "sha256": "e36060fb09b8a4498c705ab3b39986fc62782defbb2e5397c059c59de4baded9", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipsparse-rpath7.0.2-4.0.1.70002-56.el8.x86_64.rpm", - "version": "4.0.1.70002" - } - ], - "version": "4.0.1.70002" - }, - "hipsparse-asan": { - "deps": [ - "rocm-core-asan", - "rocsparse" - ], - "components": [ - { - "name": "hipsparse-asan", - "sha256": "9ce1315e2a709b0adf41fc1224aa382dbb24576a509845a83e41a5085ea69cc1", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipsparse-asan-4.0.1.70002-56.el8.x86_64.rpm", - "version": "4.0.1.70002" - }, - { - "name": "hipsparse-asan-rpath", - "sha256": "60fdc08695c4436110bd8bfe55b8111e367f0a58456dda1eb4a20ced8bee8a08", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipsparse-asan-rpath7.0.2-4.0.1.70002-56.el8.x86_64.rpm", - "version": "4.0.1.70002" - } - ], - "version": "4.0.1.70002" - }, - "hipsparselt": { - "deps": [ - "hipsparse", - "rocm-core", - "roctracer" - ], - "components": [ - { - "name": "hipsparselt", - "sha256": "44f633eaf4e49feb597ede90bbe303f58a32203aeb5f55aa51a982dda9017275", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipsparselt-0.2.4.70002-56.el8.x86_64.rpm", - "version": "0.2.4.70002" - }, - { - "name": "hipsparselt-devel", - "sha256": "87626685718f0cffb1ce958178ff8f7a6ab9f264156899525e85ac8948270881", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipsparselt-devel-0.2.4.70002-56.el8.x86_64.rpm", - "version": "0.2.4.70002" - }, - { - "name": "hipsparselt-devel-rpath", - "sha256": "923f1784bb4f2ae199c73981baba997442616e911c02cfaa7753935e1e3fdb75", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipsparselt-devel-rpath7.0.2-0.2.4.70002-56.el8.x86_64.rpm", - "version": "0.2.4.70002" - }, - { - "name": "hipsparselt-rpath", - "sha256": "47083eac667c836298e6ab6946ff8cf0eba82cb9da8034489a27232e40c375a3", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipsparselt-rpath7.0.2-0.2.4.70002-56.el8.x86_64.rpm", - "version": "0.2.4.70002" - } - ], - "version": "0.2.4.70002" - }, - "hipsparselt-asan": { - "deps": [ - "hipsparse", - "rocm-core-asan", - "roctracer" - ], - "components": [ - { - "name": "hipsparselt-asan", - "sha256": "782aabbb85aab08e30659e363fd769707b6594b6d02518278965fdfcde51caa9", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipsparselt-asan-0.2.4.70002-56.el8.x86_64.rpm", - "version": "0.2.4.70002" - }, - { - "name": "hipsparselt-asan-rpath", - "sha256": "804b58746b1fd3f7316329200267e434dbb05a8ff104a706d01e1570382b3799", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hipsparselt-asan-rpath7.0.2-0.2.4.70002-56.el8.x86_64.rpm", - "version": "0.2.4.70002" - } - ], - "version": "0.2.4.70002" - }, - "hiptensor": { - "deps": [ - "rocm-core" - ], - "components": [ - { - "name": "hiptensor", - "sha256": "eb91c98d5d6be61bb25b975fb60029439175e186449cf517cb6b5b60996e1e74", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hiptensor-2.0.0.70002-56.el8.x86_64.rpm", - "version": "2.0.0.70002" - }, - { - "name": "hiptensor-devel", - "sha256": "527449dc20aeaa587c968549134731f522b8e373354da9d351d3b45d24e81513", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hiptensor-devel-2.0.0.70002-56.el8.x86_64.rpm", - "version": "2.0.0.70002" - }, - { - "name": "hiptensor-devel-rpath", - "sha256": "60570593b7f0aa71869c7111915ea488bd4b37f88e1bd50fa3871caf6984fa08", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hiptensor-devel-rpath7.0.2-2.0.0.70002-56.el8.x86_64.rpm", - "version": "2.0.0.70002" - }, - { - "name": "hiptensor-rpath", - "sha256": "add6a4b7b6d2095ce8e0812aaad5b4a1c4227768e74a30950116165ab7de64ef", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hiptensor-rpath7.0.2-2.0.0.70002-56.el8.x86_64.rpm", - "version": "2.0.0.70002" - } - ], - "version": "2.0.0.70002" - }, - "hiptensor-asan": { - "deps": [ - "rocm-core-asan" - ], - "components": [ - { - "name": "hiptensor-asan", - "sha256": "86356a78b5cb56ec677721c4dba75772af2f9eab48d73352ff4a56586aa32499", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hiptensor-asan-2.0.0.70002-56.el8.x86_64.rpm", - "version": "2.0.0.70002" - }, - { - "name": "hiptensor-asan-rpath", - "sha256": "adb737adf7c691b8be4e8b0d767c4dbfc29fb980ccd0bb95b405906102d0d577", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hiptensor-asan-rpath7.0.2-2.0.0.70002-56.el8.x86_64.rpm", - "version": "2.0.0.70002" - } - ], - "version": "2.0.0.70002" - }, - "hsa-amd-aqlprofile": { - "deps": [ - "hsa-rocr", - "rocm-core" - ], - "components": [ - { - "name": "hsa-amd-aqlprofile", - "sha256": "1250c67a73e6cee5b5dd5cc85bed721017a17dead342a1694311a6333aa2da8f", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hsa-amd-aqlprofile-1.0.0.70002-56.el8.x86_64.rpm", - "version": "1.0.0.70002" - }, - { - "name": "hsa-amd-aqlprofile-rpath", - "sha256": "e3de7a7eaff2a9db2aeac64923874479b6e41590e1fdd2d47e73621714e2889f", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hsa-amd-aqlprofile-rpath7.0.2-1.0.0.70002-56.el8.x86_64.rpm", - "version": "1.0.0.70002" - } - ], - "version": "1.0.0.70002" - }, - "hsa-amd-aqlprofile-asan": { - "deps": [ - "hsa-rocr-asan", - "rocm-core-asan" - ], - "components": [ - { - "name": "hsa-amd-aqlprofile-asan", - "sha256": "1550d0968143b68ddb67f45ddcd72a94f7db56a7083248b76dbd54efc35c69a4", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hsa-amd-aqlprofile-asan-1.0.0.70002-56.el8.x86_64.rpm", - "version": "1.0.0.70002" - }, - { - "name": "hsa-amd-aqlprofile-asan-rpath", - "sha256": "e0599afa5cc3eec2fbaf71c0bd7a0d0d21906cdce8e0b476286404a5174469a1", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hsa-amd-aqlprofile-asan-rpath7.0.2-1.0.0.70002-56.el8.x86_64.rpm", - "version": "1.0.0.70002" - } - ], - "version": "1.0.0.70002" - }, - "hsa-rocr": { - "deps": [ - "rocm-core", - "rocprofiler-register" - ], - "components": [ - { - "name": "hsa-rocr", - "sha256": "2126fd4e295f10fd0acc347c2ad02a07ec81d554b09f3b861f5f48db44e06cd8", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hsa-rocr-1.18.0.70002-56.el8.x86_64.rpm", - "version": "1.18.0.70002" - }, - { - "name": "hsa-rocr-devel", - "sha256": "482378669d3303d9351db914b17e415567bbf28b4bb5ee6c0826007bc1c9be20", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hsa-rocr-devel-1.18.0.70002-56.el8.x86_64.rpm", - "version": "1.18.0.70002" - }, - { - "name": "hsa-rocr-devel-rpath", - "sha256": "117fc957da79119cdcd527bf27cbc37f9f13f3cddb3dbc48eac7aa2b22d50ce0", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hsa-rocr-devel-rpath7.0.2-1.18.0.70002-56.el8.x86_64.rpm", - "version": "1.18.0.70002" - }, - { - "name": "hsa-rocr-rpath", - "sha256": "9e69fa8f49d16ce3982181cb14eba8dd89b43acad0787008d85536ee0d00c2a2", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hsa-rocr-rpath7.0.2-1.18.0.70002-56.el8.x86_64.rpm", - "version": "1.18.0.70002" - } - ], - "version": "1.18.0.70002" - }, - "hsa-rocr-asan": { - "deps": [ - "rocm-core-asan" - ], - "components": [ - { - "name": "hsa-rocr-asan", - "sha256": "3e5e2ee74ef41c9892d9c60fc38ea76d65e32981bdacb9537315fd13c1b5de85", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hsa-rocr-asan-1.18.0.70002-56.el8.x86_64.rpm", - "version": "1.18.0.70002" - }, - { - "name": "hsa-rocr-asan-rpath", - "sha256": "8e77f8ceec0efe1b7637ce7dd4935c301f20fdf90fd9298a03c593e0942b8db9", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/hsa-rocr-asan-rpath7.0.2-1.18.0.70002-56.el8.x86_64.rpm", - "version": "1.18.0.70002" - } - ], - "version": "1.18.0.70002" - }, - "migraphx": { - "deps": [ - "half", - "hip-devel", - "hip-runtime-amd", - "hipblaslt", - "miopen-hip", - "rocblas", - "rocm-core" - ], - "components": [ - { - "name": "migraphx", - "sha256": "37ad66749835cee91979f3e5159ff34475bc7bc952c7a1c07da78a56d1910cda", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/migraphx-2.13.0.70002-56.el8.x86_64.rpm", - "version": "2.13.0.70002" - }, - { - "name": "migraphx-devel", - "sha256": "f6ec047ed661337d9e43cdad2f260098119d01ff986390bc67261cb55887868e", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/migraphx-devel-2.13.0.70002-56.el8.x86_64.rpm", - "version": "2.13.0.70002" - }, - { - "name": "migraphx-devel-rpath", - "sha256": "579d9e50b7ed788d266c726f9f831448f2e3b000f6efa44d0ccf779b7f5de78b", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/migraphx-devel-rpath7.0.2-2.13.0.70002-56.el8.x86_64.rpm", - "version": "2.13.0.70002" - }, - { - "name": "migraphx-rpath", - "sha256": "e9284b6318a8dd55f65ef0b4cdd2c6c8b8fefa4fe2ef545663b9455c1f64404c", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/migraphx-rpath7.0.2-2.13.0.70002-56.el8.x86_64.rpm", - "version": "2.13.0.70002" - } - ], - "version": "2.13.0.70002" - }, - "migraphx-asan": { - "deps": [ - "half", - "hip-devel", - "hip-runtime-amd", - "hipblaslt", - "miopen-hip", - "rocblas", - "rocm-core-asan" - ], - "components": [ - { - "name": "migraphx-asan", - "sha256": "71d9856dfe05123d5c7e7af0744327fbb1eb70002a4a9deec81b78dbad1ed8a8", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/migraphx-asan-2.13.0.70002-56.el8.x86_64.rpm", - "version": "2.13.0.70002" - }, - { - "name": "migraphx-asan-rpath", - "sha256": "080ff6cefb4cc58ab486d8f3c4af7af334c5f46359c8d3069106f1cf72d707ea", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/migraphx-asan-rpath7.0.2-2.13.0.70002-56.el8.x86_64.rpm", - "version": "2.13.0.70002" - } - ], - "version": "2.13.0.70002" - }, - "miopen-hip": { - "deps": [ - "comgr", - "hip-runtime-amd", - "hipblaslt", - "rocblas", - "rocm-core", - "rocrand", - "roctracer" - ], - "components": [ - { - "name": "miopen-hip", - "sha256": "6c9a540b88e825a8857b1a0b31e1abc522e7d02947acb1658a889d7bbdb77a67", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/miopen-hip-3.5.0.70002-56.el8.x86_64.rpm", - "version": "3.5.0.70002" - }, - { - "name": "miopen-hip-devel", - "sha256": "784741892835111e4d9057e4f951dec975cba9ecc3b44e85cc02391f91d3d463", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/miopen-hip-devel-3.5.0.70002-56.el8.x86_64.rpm", - "version": "3.5.0.70002" - }, - { - "name": "miopen-hip-devel-rpath", - "sha256": "03632054be1ff2c0a2ede9c10fec48875b2044f95d1b3a41912e5e508f9a67af", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/miopen-hip-devel-rpath7.0.2-3.5.0.70002-56.el8.x86_64.rpm", - "version": "3.5.0.70002" - }, - { - "name": "miopen-hip-rpath", - "sha256": "50cd33ae73e48c7d8a822822a0fa4db5b81ec76983e77016d66a57e08c5b1951", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/miopen-hip-rpath7.0.2-3.5.0.70002-56.el8.x86_64.rpm", - "version": "3.5.0.70002" - } - ], - "version": "3.5.0.70002" - }, - "miopen-hip-asan": { - "deps": [ - "comgr", - "hip-runtime-amd-asan", - "hipblaslt", - "rocblas", - "rocm-core", - "rocm-core-asan", - "rocrand", - "roctracer" - ], - "components": [ - { - "name": "miopen-hip-asan", - "sha256": "59d6816f9da593bed2f5dab485fd0594745fc9a37e7d760d95d1bd6bf4731bc0", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/miopen-hip-asan-3.5.0.70002-56.el8.x86_64.rpm", - "version": "3.5.0.70002" - }, - { - "name": "miopen-hip-asan-rpath", - "sha256": "26fc3263d1508c41257c9a576a843e7d0c0e5f8e09532f8e48be6ffa533d22ca", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/miopen-hip-asan-rpath7.0.2-3.5.0.70002-56.el8.x86_64.rpm", - "version": "3.5.0.70002" - } - ], - "version": "3.5.0.70002" - }, - "miopen-hip-gfx1030kdb": { - "deps": [ - "comgr", - "hip-runtime-amd", - "hipblaslt", - "rocblas", - "rocm-core", - "rocrand", - "roctracer" - ], - "components": [ - { - "name": "miopen-hip-gfx1030kdb", - "sha256": "0a95b4c0e97de662eef0533abfcb3ddad805283cbed0669d33774ce2d54139c9", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/miopen-hip-gfx1030kdb-3.5.0.70002-56.el8.x86_64.rpm", - "version": "3.5.0.70002" - }, - { - "name": "miopen-hip-gfx1030kdb-rpath", - "sha256": "d9ccc1df6c1d1453e850d4799b8a6b3b4ca38ce1d9b0a91677d04693e5be9900", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/miopen-hip-gfx1030kdb-rpath7.0.2-3.5.0.70002-56.el8.x86_64.rpm", - "version": "3.5.0.70002" - } - ], - "version": "3.5.0.70002" - }, - "miopen-hip-gfx900kdb": { - "deps": [ - "comgr", - "hip-runtime-amd", - "hipblaslt", - "rocblas", - "rocm-core", - "rocrand", - "roctracer" - ], - "components": [ - { - "name": "miopen-hip-gfx900kdb", - "sha256": "6206b4599c522a4089acf3bb48cbdec4270857aa4c7725d3873a92649ed28d37", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/miopen-hip-gfx900kdb-3.5.0.70002-56.el8.x86_64.rpm", - "version": "3.5.0.70002" - }, - { - "name": "miopen-hip-gfx900kdb-rpath", - "sha256": "3aa2cc9b33fb4365d46b3f3217abd447a7068b0360f3847b441ab092d57dc82c", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/miopen-hip-gfx900kdb-rpath7.0.2-3.5.0.70002-56.el8.x86_64.rpm", - "version": "3.5.0.70002" - } - ], - "version": "3.5.0.70002" - }, - "miopen-hip-gfx906kdb": { - "deps": [ - "comgr", - "hip-runtime-amd", - "hipblaslt", - "rocblas", - "rocm-core", - "rocrand", - "roctracer" - ], - "components": [ - { - "name": "miopen-hip-gfx906kdb", - "sha256": "e1dfc7ae6d0120f08d93f4703a55b9308a460c608e84c90aa2fe3a45da724570", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/miopen-hip-gfx906kdb-3.5.0.70002-56.el8.x86_64.rpm", - "version": "3.5.0.70002" - }, - { - "name": "miopen-hip-gfx906kdb-rpath", - "sha256": "44cfcf9d4deff5f182733aa2386134493494773c8994a16b15ed310fcac7f6c3", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/miopen-hip-gfx906kdb-rpath7.0.2-3.5.0.70002-56.el8.x86_64.rpm", - "version": "3.5.0.70002" - } - ], - "version": "3.5.0.70002" - }, - "miopen-hip-gfx908kdb": { - "deps": [ - "comgr", - "hip-runtime-amd", - "hipblaslt", - "rocblas", - "rocm-core", - "rocrand", - "roctracer" - ], - "components": [ - { - "name": "miopen-hip-gfx908kdb", - "sha256": "0a47fefb5cb9f4a7412bae39c4f07486119e6b3a77c3011392ce10e2de925788", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/miopen-hip-gfx908kdb-3.5.0.70002-56.el8.x86_64.rpm", - "version": "3.5.0.70002" - }, - { - "name": "miopen-hip-gfx908kdb-rpath", - "sha256": "25f0c1503317fb59542fce7ff226e695b325658cfadc816c0a4a417c5b866a2e", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/miopen-hip-gfx908kdb-rpath7.0.2-3.5.0.70002-56.el8.x86_64.rpm", - "version": "3.5.0.70002" - } - ], - "version": "3.5.0.70002" - }, - "miopen-hip-gfx90akdb": { - "deps": [ - "comgr", - "hip-runtime-amd", - "hipblaslt", - "rocblas", - "rocm-core", - "rocrand", - "roctracer" - ], - "components": [ - { - "name": "miopen-hip-gfx90akdb", - "sha256": "48f69b0ae89cdfbe8b96e774322aba1b5090dfbf31499c9b6fb5768e75add627", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/miopen-hip-gfx90akdb-3.5.0.70002-56.el8.x86_64.rpm", - "version": "3.5.0.70002" - }, - { - "name": "miopen-hip-gfx90akdb-rpath", - "sha256": "2e5759032487b0b2063eace7f231e9b8ef1f69abfad9c524d97c3c5b2dcf6292", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/miopen-hip-gfx90akdb-rpath7.0.2-3.5.0.70002-56.el8.x86_64.rpm", - "version": "3.5.0.70002" - } - ], - "version": "3.5.0.70002" - }, - "miopen-hip-gfx942kdb": { - "deps": [ - "comgr", - "hip-runtime-amd", - "hipblaslt", - "rocblas", - "rocm-core", - "rocrand", - "roctracer" - ], - "components": [ - { - "name": "miopen-hip-gfx942kdb", - "sha256": "3e8cf7860247e4406dc2d99a281f0b47fb905377cd1e500f323e3b33c3157f47", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/miopen-hip-gfx942kdb-3.5.0.70002-56.el8.x86_64.rpm", - "version": "3.5.0.70002" - }, - { - "name": "miopen-hip-gfx942kdb-rpath", - "sha256": "b517cb1a482a33366e50ebacf10af3cac182a220fc15b7ce40481b164171a7cf", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/miopen-hip-gfx942kdb-rpath7.0.2-3.5.0.70002-56.el8.x86_64.rpm", - "version": "3.5.0.70002" - } - ], - "version": "3.5.0.70002" - }, - "mivisionx": { - "deps": [ - "half", - "migraphx", - "miopen-hip", - "openmp-extras-devel", - "openmp-extras-runtime", - "rocblas", - "rocm-core", - "rocm-hip-runtime", - "rpp" - ], - "components": [ - { - "name": "mivisionx", - "sha256": "35543fed05e72ff61d77941281c326ab508d10c5b33c787a9bf8c4b9f1bdae10", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/mivisionx-3.3.0.70002-56.x86_64.rpm", - "version": "3.3.0.70002" - }, - { - "name": "mivisionx-devel", - "sha256": "42fdc0fc2a5da7ead2f441593ab5e7e1fa7e2f93564fbf3557c2bf2ff14a4cc2", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/mivisionx-devel-3.3.0.70002-56.x86_64.rpm", - "version": "3.3.0.70002" - }, - { - "name": "mivisionx-devel-rpath", - "sha256": "5a08a99c70cb46e503fc05c7d153f821322329225a7f963ed661d021f5602a14", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/mivisionx-devel-rpath7.0.2-3.3.0.70002-56.x86_64.rpm", - "version": "3.3.0.70002" - }, - { - "name": "mivisionx-rpath", - "sha256": "2ab6176b3308a41c7ed35eeff4835f97573e227c7f72dc407506ea799d5f6259", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/mivisionx-rpath7.0.2-3.3.0.70002-56.x86_64.rpm", - "version": "3.3.0.70002" - } - ], - "version": "3.3.0.70002" - }, - "mivisionx-asan": { - "deps": [ - "migraphx", - "miopen-hip", - "openmp-extras-runtime", - "rocblas", - "rocm-core-asan", - "rocm-hip-runtime", - "rpp" - ], - "components": [ - { - "name": "mivisionx-asan", - "sha256": "c9ed96d834b7a16c8dff99a003cdf68afa35f3ac44ed7e431f1f9c27d244f3e6", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/mivisionx-asan-3.3.0.70002-56.x86_64.rpm", - "version": "3.3.0.70002" - }, - { - "name": "mivisionx-asan-rpath", - "sha256": "9196e63e6e4f2600237353ed79af5c30a1c442b33d7e47cb1b38e91456ddc79a", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/mivisionx-asan-rpath7.0.2-3.3.0.70002-56.x86_64.rpm", - "version": "3.3.0.70002" - } - ], - "version": "3.3.0.70002" - }, - "mivisionx-test": { - "deps": [ - "mivisionx", - "rocm-core" - ], - "components": [ - { - "name": "mivisionx-test", - "sha256": "ffd2482778bc3cda8cf4f304b93c7fab9f078c62a2c0fc5e7c616b3f936e3495", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/mivisionx-test-3.3.0.70002-56.x86_64.rpm", - "version": "3.3.0.70002" - }, - { - "name": "mivisionx-test-rpath", - "sha256": "59b8f623ed415d8cadd9635575cf861aaa1b71697b887dd7397e53d688feff81", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/mivisionx-test-rpath7.0.2-3.3.0.70002-56.x86_64.rpm", - "version": "3.3.0.70002" - } - ], - "version": "3.3.0.70002" - }, - "openmp-extras-asan": { - "deps": [ - "hsa-rocr-asan", - "rocm-core-asan" - ], - "components": [ - { - "name": "openmp-extras-asan", - "sha256": "5500d5b3d0b9901072ee4c33b848966b8a72e2ab299079c886d148b3ffe7a3f9", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/openmp-extras-asan-20.70.0.70002-56.el8.x86_64.rpm", - "version": "20.70.0.70002" - }, - { - "name": "openmp-extras-asan-rpath", - "sha256": "768907d29b0d3628afe38fd592a18c9b96d80a59eacccac6b605f12561fde3fa", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/openmp-extras-asan-rpath7.0.2-20.70.0.70002-56.el8.x86_64.rpm", - "version": "20.70.0.70002" - } - ], - "version": "20.70.0.70002" - }, - "openmp-extras-devel": { - "deps": [ - "hsa-rocr", - "openmp-extras-runtime", - "rocm-core", - "rocm-device-libs", - "rocm-llvm" - ], - "components": [ - { - "name": "openmp-extras-devel", - "sha256": "31d988f558e59dbef0b40abfdc0f74765cd16a1cb310dcbd6507a6e512fcdd04", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/openmp-extras-devel-20.70.0.70002-56.el8.x86_64.rpm", - "version": "20.70.0.70002" - }, - { - "name": "openmp-extras-devel-rpath", - "sha256": "15b58b77209fce8c8e173b6cf2bdaec2a78b570485a6511d6faa45f81acff964", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/openmp-extras-devel-rpath7.0.2-20.70.0.70002-56.el8.x86_64.rpm", - "version": "20.70.0.70002" - } - ], - "version": "20.70.0.70002" - }, - "openmp-extras-runtime": { - "deps": [ - "hsa-rocr", - "rocm-core", - "rocm-device-libs", - "rocm-llvm" - ], - "components": [ - { - "name": "openmp-extras-runtime", - "sha256": "4a2c891aaaa93ce7fa5332e49903cccfd8166ba9a6c03c10db6e9ae964be3d61", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/openmp-extras-runtime-20.70.0.70002-56.el8.x86_64.rpm", - "version": "20.70.0.70002" - }, - { - "name": "openmp-extras-runtime-rpath", - "sha256": "64309c368124f138d2fbb7b51da9fd4f66197c3f2323d32d01eca2a3a639dfd8", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/openmp-extras-runtime-rpath7.0.2-20.70.0.70002-56.el8.x86_64.rpm", - "version": "20.70.0.70002" - } - ], - "version": "20.70.0.70002" - }, - "rccl": { - "deps": [ - "hip-runtime-amd", - "rocm-core", - "rocm-smi-lib" - ], - "components": [ - { - "name": "rccl", - "sha256": "a10f2746cf9c8be5082abcced93f74e41b368e7450eab7ebceb3955065f20e8f", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rccl-2.26.6.70002-56.el8.x86_64.rpm", - "version": "2.26.6.70002" - }, - { - "name": "rccl-devel", - "sha256": "84361d577db3895f022da96401ab43dea1f7e9851b19c054e60860bf9b5ef29f", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rccl-devel-2.26.6.70002-56.el8.x86_64.rpm", - "version": "2.26.6.70002" - }, - { - "name": "rccl-devel-rpath", - "sha256": "483faa6c751757594be4e47611d7ac7c8962d144782bc5d7b4cbd2e373794d78", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rccl-devel-rpath7.0.2-2.26.6.70002-56.el8.x86_64.rpm", - "version": "2.26.6.70002" - }, - { - "name": "rccl-rpath", - "sha256": "241c37299aaf96c719df1c0aa82d75b58663945c7510dd099c51b9c6a3ad3173", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rccl-rpath7.0.2-2.26.6.70002-56.el8.x86_64.rpm", - "version": "2.26.6.70002" - } - ], - "version": "2.26.6.70002" - }, - "rccl-asan": { - "deps": [ - "hip-runtime-amd-asan", - "rocm-core-asan", - "rocm-smi-lib" - ], - "components": [ - { - "name": "rccl-asan", - "sha256": "25517de2c895f9c1e9ad1c59d65d63fa4cae7cc06ffff22a0ea28a9cd5c2e8f4", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rccl-asan-2.26.6.70002-56.el8.x86_64.rpm", - "version": "2.26.6.70002" - }, - { - "name": "rccl-asan-rpath", - "sha256": "84f67fa53fedcfc244af4cf24534686aa69a686551066ab8cc8248e84c7f21ba", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rccl-asan-rpath7.0.2-2.26.6.70002-56.el8.x86_64.rpm", - "version": "2.26.6.70002" - } - ], - "version": "2.26.6.70002" - }, - "rccl-unittests": { - "deps": [ - "rccl" - ], - "components": [ - { - "name": "rccl-unittests", - "sha256": "6cb01f982f77c595d3cbd8aa51129ac0fea5b6287b2a341043e60640c5b68ad8", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rccl-unittests-2.26.6.70002-56.el8.x86_64.rpm", - "version": "2.26.6.70002" - }, - { - "name": "rccl-unittests-rpath", - "sha256": "cb61da2f546d7a9bbd3cb41873acab89a0b32efa21236d5f0726da64c2caccef", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rccl-unittests-rpath7.0.2-2.26.6.70002-56.el8.x86_64.rpm", - "version": "2.26.6.70002" - } - ], - "version": "2.26.6.70002" - }, - "rdc": { - "deps": [ - "amd-smi-lib" - ], - "components": [ - { - "name": "rdc", - "sha256": "04daa5b4385514f02c16f299e36a74f73e178cf24b2535ad8ba8072d8b8861e2", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rdc-1.1.0.70002-56.el8.x86_64.rpm", - "version": "1.1.0.70002" - }, - { - "name": "rdc-rpath", - "sha256": "261dd1b43653228c8be89e7927e37c87e2d9cb3b5bffa8ba93b643b1f9355a48", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rdc-rpath7.0.2-1.1.0.70002-56.el8.x86_64.rpm", - "version": "1.1.0.70002" - } - ], - "version": "1.1.0.70002" - }, - "rocal": { - "deps": [ - "mivisionx", - "rocdecode", - "rocjpeg" - ], - "components": [ - { - "name": "rocal", - "sha256": "c1eb0e31590f430dac1af5b061dd3ab3a8696a15ae48bd77037e4ed14d0c7160", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocal-2.3.0.70002-56.x86_64.rpm", - "version": "2.3.0.70002" - }, - { - "name": "rocal-devel", - "sha256": "8a3d3b8511ef285fc4e4c6af6cef8c6aaade593521e1d20ea43e5cb0bb398ed6", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocal-devel-2.3.0.70002-56.x86_64.rpm", - "version": "2.3.0.70002" - }, - { - "name": "rocal-devel-rpath", - "sha256": "adb9233d7cdc91d269373e7353b36ad28cd30fb36efe68e03313e1f17dc77e19", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocal-devel-rpath7.0.2-2.3.0.70002-56.x86_64.rpm", - "version": "2.3.0.70002" - }, - { - "name": "rocal-rpath", - "sha256": "7fbed167681420723f9a92a069552c83749659f7641252da143641e922b300e5", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocal-rpath7.0.2-2.3.0.70002-56.x86_64.rpm", - "version": "2.3.0.70002" - } - ], - "version": "2.3.0.70002" - }, - "rocal-test": { - "deps": [ - "rocal" - ], - "components": [ - { - "name": "rocal-test", - "sha256": "a9364cd9ed83b490df816701a76f59ae80a9516efbc2d6cb0612ee65f6937298", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocal-test-2.3.0.70002-56.x86_64.rpm", - "version": "2.3.0.70002" - }, - { - "name": "rocal-test-rpath", - "sha256": "87a4145cd48758cef6a24c4676bcdc5db0415ecaae58f3d96fa958dfa5c28bf3", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocal-test-rpath7.0.2-2.3.0.70002-56.x86_64.rpm", - "version": "2.3.0.70002" - } - ], - "version": "2.3.0.70002" - }, - "rocalution": { - "deps": [ - "hip-runtime-amd", - "rocblas", - "rocm-core", - "rocrand", - "rocsparse" - ], - "components": [ - { - "name": "rocalution", - "sha256": "ea89bd93c09d08e46f4cf00b5b0d34275f7211e304da1181145a4e2fb7a78b3b", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocalution-4.0.0.70002-56.el8.x86_64.rpm", - "version": "4.0.0.70002" - }, - { - "name": "rocalution-devel", - "sha256": "6dbcd33f6f82666698a7dba1191d550c29dc3adcfb6635d2ea59213f51b3c680", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocalution-devel-4.0.0.70002-56.el8.x86_64.rpm", - "version": "4.0.0.70002" - }, - { - "name": "rocalution-devel-rpath", - "sha256": "5ad7f08a031f22c03d5f2f091808d78dcf1354ba843b74de84bf28c0c7c57ee1", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocalution-devel-rpath7.0.2-4.0.0.70002-56.el8.x86_64.rpm", - "version": "4.0.0.70002" - }, - { - "name": "rocalution-rpath", - "sha256": "c63dc32af1650a010c521213d5f8d1013b5acb65f1f5385f6acfa1edaf31cb5a", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocalution-rpath7.0.2-4.0.0.70002-56.el8.x86_64.rpm", - "version": "4.0.0.70002" - } - ], - "version": "4.0.0.70002" - }, - "rocalution-asan": { - "deps": [ - "hip-runtime-amd-asan", - "rocblas", - "rocm-core-asan", - "rocrand", - "rocsparse" - ], - "components": [ - { - "name": "rocalution-asan", - "sha256": "0bd4bcb7c45e31a06388c52c12f9c35a6a665619c5be43d41cadce07db1d51f8", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocalution-asan-4.0.0.70002-56.el8.x86_64.rpm", - "version": "4.0.0.70002" - }, - { - "name": "rocalution-asan-rpath", - "sha256": "3828b294d2083e5f13d060d279e5f02d33bcdd384ed4901651d129043ceddb82", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocalution-asan-rpath7.0.2-4.0.0.70002-56.el8.x86_64.rpm", - "version": "4.0.0.70002" - } - ], - "version": "4.0.0.70002" - }, - "rocblas": { - "deps": [ - "hip-runtime-amd", - "hipblaslt", - "rocm-core" - ], - "components": [ - { - "name": "rocblas", - "sha256": "733dcab211bd7c89d44168be36c8f4ca7936ff1e4cc6e0a02116c420238d4569", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocblas-5.0.2.70002-56.el8.x86_64.rpm", - "version": "5.0.2.70002" - }, - { - "name": "rocblas-devel", - "sha256": "e5dd2205a8ac57c6d1f8ef13179e6c4975da2d03dda4331bccf25b036f7231bf", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocblas-devel-5.0.2.70002-56.el8.x86_64.rpm", - "version": "5.0.2.70002" - }, - { - "name": "rocblas-devel-rpath", - "sha256": "52f36aa325a43db55a3f7319af0169119417c8fbb487609d5d47a4bc43c9f837", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocblas-devel-rpath7.0.2-5.0.2.70002-56.el8.x86_64.rpm", - "version": "5.0.2.70002" - }, - { - "name": "rocblas-rpath", - "sha256": "9be3c392d2bed932a7c380619c096118aa798d2edb0391a4aa719a75eafd5ef3", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocblas-rpath7.0.2-5.0.2.70002-56.el8.x86_64.rpm", - "version": "5.0.2.70002" - } - ], - "version": "5.0.2.70002" - }, - "rocblas-asan": { - "deps": [ - "hip-runtime-amd-asan", - "hipblaslt", - "rocm-core-asan" - ], - "components": [ - { - "name": "rocblas-asan", - "sha256": "a687e29611f6bb497e84fd5e91f6fb422f7311fca3fec7f3b4cebf816e81effe", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocblas-asan-5.0.2.70002-56.el8.x86_64.rpm", - "version": "5.0.2.70002" - }, - { - "name": "rocblas-asan-rpath", - "sha256": "81e7e416560b600c6dff54c92392e53d6f0350dd185101ae0aa2a59b4b5e2ed6", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocblas-asan-rpath7.0.2-5.0.2.70002-56.el8.x86_64.rpm", - "version": "5.0.2.70002" - } - ], - "version": "5.0.2.70002" - }, - "rocdecode": { - "deps": [ - "rocm-core", - "rocm-hip-runtime", - "rocprofiler-register" - ], - "components": [ - { - "name": "rocdecode", - "sha256": "ad2a5c942f9d8f85acc3fc4623036e2b9b5f8a4b88782704eedbdddd6ee6f88b", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocdecode-1.0.0.70002-56.x86_64.rpm", - "version": "1.0.0.70002" - }, - { - "name": "rocdecode-devel", - "sha256": "f0ef11cec965540aedd16487b14e627ccabd2ee34e257e9aa2e44dad577b135b", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocdecode-devel-1.0.0.70002-56.x86_64.rpm", - "version": "1.0.0.70002" - }, - { - "name": "rocdecode-devel-rpath", - "sha256": "921382f8b59eef1b2451dfd8654a1fd138af8484de175fd27e2e7dfb44d986ea", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocdecode-devel-rpath7.0.2-1.0.0.70002-56.x86_64.rpm", - "version": "1.0.0.70002" - }, - { - "name": "rocdecode-rpath", - "sha256": "c78c31c840c2bd49816d2734bb2f00244d19006b4663b08931cfa6b1bd8c4681", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocdecode-rpath7.0.2-1.0.0.70002-56.x86_64.rpm", - "version": "1.0.0.70002" - } - ], - "version": "1.0.0.70002" - }, - "rocdecode-test": { - "deps": [ - "rocdecode", - "rocm-core" - ], - "components": [ - { - "name": "rocdecode-test", - "sha256": "7ae72180c06b0c87283c8392b45d5798a02b23d119751d6b736836b70683c742", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocdecode-test-1.0.0.70002-56.x86_64.rpm", - "version": "1.0.0.70002" - }, - { - "name": "rocdecode-test-rpath", - "sha256": "37034ce7fd2942ea0e5ed1408b59b007242fe503e8db32e84ad990f8e9936cd2", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocdecode-test-rpath7.0.2-1.0.0.70002-56.x86_64.rpm", - "version": "1.0.0.70002" - } - ], - "version": "1.0.0.70002" - }, - "rocfft": { - "deps": [ - "rocm-core" - ], - "components": [ - { - "name": "rocfft", - "sha256": "e4f69e18319a7af70da0d70f19df12312b3d1998d28d7a8924bfc83191e544d1", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocfft-1.0.34.70002-56.el8.x86_64.rpm", - "version": "1.0.34.70002" - }, - { - "name": "rocfft-devel", - "sha256": "18ad51b6560b469de67bd86f75cd6b7fe4e9ce147131f3463d131d1355c39e05", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocfft-devel-1.0.34.70002-56.el8.x86_64.rpm", - "version": "1.0.34.70002" - }, - { - "name": "rocfft-devel-rpath", - "sha256": "7b71bf97fe73a93011a1c4d2830b98b48e3d3737a3933900ca26b018958de831", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocfft-devel-rpath7.0.2-1.0.34.70002-56.el8.x86_64.rpm", - "version": "1.0.34.70002" - }, - { - "name": "rocfft-rpath", - "sha256": "1e02a5fcdb0b5e4be38b920455768b7f9e7d11615b80424cbce5e350622a3765", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocfft-rpath7.0.2-1.0.34.70002-56.el8.x86_64.rpm", - "version": "1.0.34.70002" - } - ], - "version": "1.0.34.70002" - }, - "rocfft-asan": { - "deps": [ - "rocm-core-asan" - ], - "components": [ - { - "name": "rocfft-asan", - "sha256": "96062226a692123b171b09f98e73bbd2716a8fbb38b2fd0ca291d66f33e14035", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocfft-asan-1.0.34.70002-56.el8.x86_64.rpm", - "version": "1.0.34.70002" - }, - { - "name": "rocfft-asan-rpath", - "sha256": "f6345013f12921455d3405c357f5d4b92eb077a0525cf67e7a031e40fa81270e", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocfft-asan-rpath7.0.2-1.0.34.70002-56.el8.x86_64.rpm", - "version": "1.0.34.70002" - } - ], - "version": "1.0.34.70002" - }, - "rocjpeg": { - "deps": [ - "rocm-core", - "rocm-hip-runtime", - "rocprofiler-register" - ], - "components": [ - { - "name": "rocjpeg", - "sha256": "c5e372dd4a233bb9e18106e60d1f92cc420657a1ad42cd9cc13ff5e5e79a5542", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocjpeg-1.1.0.70002-56.x86_64.rpm", - "version": "1.1.0.70002" - }, - { - "name": "rocjpeg-devel", - "sha256": "f2ae995db282e08db7db364dc63c3ebe39f755d66d5d429e12fd882878f31ff3", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocjpeg-devel-1.1.0.70002-56.x86_64.rpm", - "version": "1.1.0.70002" - }, - { - "name": "rocjpeg-devel-rpath", - "sha256": "84dc8bfdce30da8035c0076c688533687720eb91b2c51d0833a3d2b823a285e2", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocjpeg-devel-rpath7.0.2-1.1.0.70002-56.x86_64.rpm", - "version": "1.1.0.70002" - }, - { - "name": "rocjpeg-rpath", - "sha256": "0c29ff09f7287597b31fa1bf4b2e612586ebe993c96ca558d7a0b44f69c4e3e9", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocjpeg-rpath7.0.2-1.1.0.70002-56.x86_64.rpm", - "version": "1.1.0.70002" - } - ], - "version": "1.1.0.70002" - }, - "rocjpeg-test": { - "deps": [ - "rocjpeg", - "rocm-core" - ], - "components": [ - { - "name": "rocjpeg-test", - "sha256": "efd0900717f25db45ea69845f86629967824915411c0c16c3db6355b2d0e7999", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocjpeg-test-1.1.0.70002-56.x86_64.rpm", - "version": "1.1.0.70002" - }, - { - "name": "rocjpeg-test-rpath", - "sha256": "034f3769221ca9dfba4f6a9eed38bdc8cbdf66456428a5e84d2c7f99e0ab996f", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocjpeg-test-rpath7.0.2-1.1.0.70002-56.x86_64.rpm", - "version": "1.1.0.70002" - } - ], - "version": "1.1.0.70002" - }, - "rocm": { - "deps": [ - "half", - "migraphx", - "miopen-hip", - "mivisionx", - "rocm-cmake", - "rocm-core", - "rocm-developer-tools", - "rocm-hip", - "rocm-llvm", - "rocm-opencl-sdk", - "rocm-openmp", - "rocminfo", - "rpp" - ], - "components": [ - { - "name": "rocm", - "sha256": "26d3880da7c74ffb8acf3e2afe7d0963f16a8f2274edfbdb97387685eb62baeb", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - }, - { - "name": "rocm-rpath", - "sha256": "10b7c353d58a57f686a678515b321a0f0e862378ce834547b8302dc1f7210e4c", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-rpath7.0.2-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - } - ], - "version": "7.0.2.70002" - }, - "rocm-asan": { - "deps": [ - "migraphx-asan", - "mivisionx-asan", - "rocm", - "rocm-core-asan", - "rocm-developer-tools-asan", - "rocm-language-runtime-asan", - "rocm-ml-libraries-asan", - "rocm-opencl-runtime-asan" - ], - "components": [ - { - "name": "rocm-asan", - "sha256": "d3a63a4fcdd8423145d19120d73d1acf8f7a84caf099a907d537f0bb8bdd7a02", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-asan-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - }, - { - "name": "rocm-asan-rpath", - "sha256": "aeec19571a45066160900af4fa745e88bbd025eb81f4c5cb8b806a2bff0e86ca", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-asan-rpath7.0.2-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - } - ], - "version": "7.0.2.70002" - }, - "rocm-bandwidth-test": { - "deps": [], - "components": [ - { - "name": "rocm-bandwidth-test", - "sha256": "81217da2e737e4b2f83f22ec5859384281d4f5d93c93f19f658b2f1d6cdec049", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-bandwidth-test-2.6.0.70002-56.el8.x86_64.rpm", - "version": "2.6.0.70002" - }, - { - "name": "rocm-bandwidth-test-rpath", - "sha256": "1ac46ff948cf775ec0c0e5fe1238fb9319ff3d446504edefd61ddb73aa2ce098", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-bandwidth-test-rpath7.0.2-2.6.0.70002-56.el8.x86_64.rpm", - "version": "2.6.0.70002" - } - ], - "version": "2.6.0.70002" - }, - "rocm-cmake": { - "deps": [ - "rocm-core" - ], - "components": [ - { - "name": "rocm-cmake", - "sha256": "c7613faff1c55d25c80c5cdb08744baea30eddc6ac2e922e8e3dd55e6562825a", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-cmake-0.14.0.70002-56.el8.x86_64.rpm", - "version": "0.14.0.70002" - }, - { - "name": "rocm-cmake-rpath", - "sha256": "229c90af6ddc08c4e6bbe7c5f10aa59e826bd9d554121ca84beaeb8728946ffb", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-cmake-rpath7.0.2-0.14.0.70002-56.el8.x86_64.rpm", - "version": "0.14.0.70002" - } - ], - "version": "0.14.0.70002" - }, - "rocm-core": { - "deps": [], - "components": [ - { - "name": "rocm-core", - "sha256": "9812780d0aff532e696ce9fe34353503de420449525aa11384f7bfd443952cc1", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-core-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - }, - { - "name": "rocm-core-rpath", - "sha256": "43df9d64993a6f28244b6b9ac9d190b3b6ee16229bc569cfd76263ed36ef0bc1", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-core-rpath7.0.2-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - } - ], - "version": "7.0.2.70002" - }, - "rocm-core-asan": { - "deps": [ - "rocm-core" - ], - "components": [ - { - "name": "rocm-core-asan", - "sha256": "1c8f79a8802b5bd6fe2b8b1fd778adf64781eed2cc0e8d1fae2c5b5039ff5f10", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-core-asan-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - }, - { - "name": "rocm-core-asan-rpath", - "sha256": "c652c22e653aaf4f5605a94dc26b0e040e3d47f7df255b36a963e7778df03946", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-core-asan-rpath7.0.2-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - } - ], - "version": "7.0.2.70002" - }, - "rocm-dbgapi": { - "deps": [ - "comgr", - "rocm-core" - ], - "components": [ - { - "name": "rocm-dbgapi", - "sha256": "a1930b7e2cb986b9efbe3104748aa1a097eb6938082e80f37594332b54a9710e", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-dbgapi-0.77.4.70002-56.el8.x86_64.rpm", - "version": "0.77.4.70002" - }, - { - "name": "rocm-dbgapi-rpath", - "sha256": "cb3f9284ca3c35cbed811e83e87d5b62184b77af89a4174f673b10a891b6191b", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-dbgapi-rpath7.0.2-0.77.4.70002-56.el8.x86_64.rpm", - "version": "0.77.4.70002" - } - ], - "version": "0.77.4.70002" - }, - "rocm-dbgapi-asan": { - "deps": [ - "comgr-asan", - "rocm-core-asan" - ], - "components": [ - { - "name": "rocm-dbgapi-asan", - "sha256": "9f62908b8c98b7d9b6d6f5e83dcf1f4647a888fdf30d14f0292a6d34b681b19b", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-dbgapi-asan-0.77.4.70002-56.el8.x86_64.rpm", - "version": "0.77.4.70002" - }, - { - "name": "rocm-dbgapi-asan-rpath", - "sha256": "fbd6f10e101c08a15a80b1250d2dce1ad55f4f1bc3d0969d0f35a8b6e95e2d6c", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-dbgapi-asan-rpath7.0.2-0.77.4.70002-56.el8.x86_64.rpm", - "version": "0.77.4.70002" - } - ], - "version": "0.77.4.70002" - }, - "rocm-debug-agent": { - "deps": [ - "hsa-rocr", - "rocm-core", - "rocm-dbgapi" - ], - "components": [ - { - "name": "rocm-debug-agent", - "sha256": "0c493c1b2bfcec733cb25bf855e0a6672ec28d803e80ed09a1fe49d07602456c", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-debug-agent-2.1.0.70002-56.el8.x86_64.rpm", - "version": "2.1.0.70002" - }, - { - "name": "rocm-debug-agent-rpath", - "sha256": "6ad9d70134900b3b4f256caabba4e9c9312223b72970161bab810195874d9d1b", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-debug-agent-rpath7.0.2-2.1.0.70002-56.el8.x86_64.rpm", - "version": "2.1.0.70002" - } - ], - "version": "2.1.0.70002" - }, - "rocm-debug-agent-asan": { - "deps": [ - "hsa-rocr-asan", - "rocm-core-asan", - "rocm-dbgapi-asan" - ], - "components": [ - { - "name": "rocm-debug-agent-asan", - "sha256": "2ce57f48bb1c5ec1e38a9e3a67c04f9489f5b795cac7dafe20fdc8d8d8364356", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-debug-agent-asan-2.1.0.70002-56.el8.x86_64.rpm", - "version": "2.1.0.70002" - }, - { - "name": "rocm-debug-agent-asan-rpath", - "sha256": "6a59668fd5ab0565c07400fd3f4b0c38ac9f6abb949c1f6f227ddc5394b50c57", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-debug-agent-asan-rpath7.0.2-2.1.0.70002-56.el8.x86_64.rpm", - "version": "2.1.0.70002" - } - ], - "version": "2.1.0.70002" - }, - "rocm-dev": { - "deps": [ - "amd-smi-lib", - "comgr", - "hip-devel", - "hip-doc", - "hip-runtime-amd", - "hip-samples", - "hipcc", - "hipify-clang", - "hsa-amd-aqlprofile", - "hsa-rocr", - "openmp-extras-devel", - "openmp-extras-runtime", - "rocm-cmake", - "rocm-core", - "rocm-dbgapi", - "rocm-debug-agent", - "rocm-device-libs", - "rocm-gdb", - "rocm-llvm", - "rocm-opencl", - "rocm-smi-lib", - "rocm-utils", - "rocprofiler", - "rocprofiler-plugins", - "rocprofiler-register", - "rocprofiler-sdk", - "rocprofiler-sdk-roctx", - "roctracer" - ], - "components": [ - { - "name": "rocm-dev", - "sha256": "23f6997efc8252f21b0c855bc04473b6f34301a3cf53386054c608653939829c", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-dev-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - }, - { - "name": "rocm-dev-rpath", - "sha256": "5fb7d52e4ac912a76d7c312020aa0a8465336e541cea5221d1115c210282a553", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-dev-rpath7.0.2-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - } - ], - "version": "7.0.2.70002" - }, - "rocm-dev-asan": { - "deps": [ - "amd-smi-lib-asan", - "comgr-asan", - "hip-runtime-amd-asan", - "hsa-amd-aqlprofile-asan", - "hsa-rocr-asan", - "openmp-extras-asan", - "rocm-core-asan", - "rocm-dbgapi-asan", - "rocm-debug-agent-asan", - "rocm-dev", - "rocm-opencl-asan", - "rocm-smi-lib-asan", - "rocprofiler-asan", - "roctracer-asan" - ], - "components": [ - { - "name": "rocm-dev-asan", - "sha256": "e0a40fd89cf84cdeb6dc56a15b5497ab07b59187a265af2c6997bb1fafeddaf6", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-dev-asan-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - }, - { - "name": "rocm-dev-asan-rpath", - "sha256": "fdc9702a102876c44d448640454cb726ca1ad5bf4857375fb5c14cb5e465fe86", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-dev-asan-rpath7.0.2-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - } - ], - "version": "7.0.2.70002" - }, - "rocm-developer-tools": { - "deps": [ - "amd-smi-lib", - "hsa-amd-aqlprofile", - "rocm-core", - "rocm-dbgapi", - "rocm-debug-agent", - "rocm-gdb", - "rocm-language-runtime", - "rocm-smi-lib", - "rocprofiler", - "rocprofiler-compute", - "rocprofiler-plugins", - "rocprofiler-register", - "rocprofiler-sdk", - "rocprofiler-sdk-roctx", - "rocprofiler-systems", - "roctracer" - ], - "components": [ - { - "name": "rocm-developer-tools", - "sha256": "dd9d1dce8e44280b98a3b87f9a50644e6f027c27b3dd1c4fb4dc97857a5ca5f1", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-developer-tools-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - }, - { - "name": "rocm-developer-tools-rpath", - "sha256": "999a3ec9d843763db3cbbe3341a087ac485b246951a9cd7cc3bdbcd909d056e2", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-developer-tools-rpath7.0.2-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - } - ], - "version": "7.0.2.70002" - }, - "rocm-developer-tools-asan": { - "deps": [ - "amd-smi-lib-asan", - "hsa-amd-aqlprofile-asan", - "rocm-core-asan", - "rocm-dbgapi-asan", - "rocm-debug-agent-asan", - "rocm-developer-tools", - "rocm-language-runtime-asan", - "rocm-smi-lib-asan", - "rocprofiler-asan", - "roctracer-asan" - ], - "components": [ - { - "name": "rocm-developer-tools-asan", - "sha256": "529e740d364e886b9c493ffbc08edb8c9650e721caf194ee183f5469b94333cc", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-developer-tools-asan-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - }, - { - "name": "rocm-developer-tools-asan-rpath", - "sha256": "799a0989c60edd2ee3beb418566a4162425cbfec758d9cc44f1992dcb57140b6", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-developer-tools-asan-rpath7.0.2-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - } - ], - "version": "7.0.2.70002" - }, - "rocm-device-libs": { - "deps": [ - "rocm-core" - ], - "components": [ - { - "name": "rocm-device-libs", - "sha256": "993b81f0e1f146eed1d8adb4f00583b311f9a934252814464aa3ba12d5f4770c", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-device-libs-1.0.0.70002-56.el8.x86_64.rpm", - "version": "1.0.0.70002" - }, - { - "name": "rocm-device-libs-rpath", - "sha256": "f5f7186fbaf4dee5e2e62e7d714773fc5f458e10c24ffbb2479329eed815bdc7", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-device-libs-rpath7.0.2-1.0.0.70002-56.el8.x86_64.rpm", - "version": "1.0.0.70002" - } - ], - "version": "1.0.0.70002" - }, - "rocm-gdb": { - "deps": [ - "rocm-core", - "rocm-dbgapi" - ], - "components": [ - { - "name": "rocm-gdb", - "sha256": "e4892c119b443ba5f340ba5162085d77a32055ea5e82a8af408c1364f84cbf38", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-gdb-16.3.70002-56.el8.x86_64.rpm", - "version": "16.3.70002" - }, - { - "name": "rocm-gdb-rpath", - "sha256": "7333d64c98781918712852fa44d8ac3ef986a0d2b8b06ef3838ee7d33cd3d4c4", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-gdb-rpath7.0.2-16.3.70002-56.el8.x86_64.rpm", - "version": "16.3.70002" - } - ], - "version": "16.3.70002" - }, - "rocm-hip": { - "deps": [ - "comgr", - "composablekernel-devel", - "hip-doc", - "hip-runtime-amd", - "hip-samples", - "hipblas", - "hipblas-common-devel", - "hipblaslt", - "hipcc", - "hipcub-devel", - "hipfft", - "hipfort-devel", - "hipify-clang", - "hiprand", - "hipsolver", - "hipsparse", - "hipsparselt", - "hiptensor", - "hsa-rocr", - "rccl", - "rocalution", - "rocblas", - "rocfft", - "rocm-cmake", - "rocm-core", - "rocm-device-libs", - "rocm-llvm", - "rocm-smi-lib", - "rocminfo", - "rocprim-devel", - "rocrand", - "rocsolver", - "rocsparse", - "rocthrust-devel", - "rocwmma-devel" - ], - "components": [ - { - "name": "rocm-hip", - "sha256": "6f383f9b889081178d4bdffadb7232fa177b56f1bbddf90cd35730913b2f9efc", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-hip-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - }, - { - "name": "rocm-hip-rpath", - "sha256": "55c07969481ca275935f2d4dec085d3db01ed45f0b42ad63f5beeb84babda09e", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-hip-rpath7.0.2-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - } - ], - "version": "7.0.2.70002" - }, - "rocm-hip-libraries": { - "deps": [ - "hipblas", - "hipblaslt", - "hipfft", - "hiprand", - "hipsolver", - "hipsparse", - "hipsparselt", - "hiptensor", - "rccl", - "rocalution", - "rocblas", - "rocfft", - "rocm-core", - "rocm-hip-runtime", - "rocm-smi-lib", - "rocrand", - "rocsolver", - "rocsparse" - ], - "components": [ - { - "name": "rocm-hip-libraries", - "sha256": "7b122278aee1df292a2d755bcb0c30ea2a9569a3449f2d75903e99d1e43fd66c", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-hip-libraries-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - }, - { - "name": "rocm-hip-libraries-rpath", - "sha256": "b5439da62b7e1aaa39a55322427cdbf3b0d9c11271d534e1cc7ff0c633f1d7e2", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-hip-libraries-rpath7.0.2-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - } - ], - "version": "7.0.2.70002" - }, - "rocm-hip-libraries-asan": { - "deps": [ - "hipblas-asan", - "hipblaslt-asan", - "hipfft-asan", - "hiprand-asan", - "hipsolver-asan", - "hipsparse-asan", - "hipsparselt-asan", - "hiptensor-asan", - "rccl-asan", - "rocalution-asan", - "rocblas-asan", - "rocfft-asan", - "rocm-core-asan", - "rocm-hip-libraries", - "rocm-hip-runtime-asan", - "rocm-smi-lib-asan", - "rocrand-asan", - "rocsolver-asan", - "rocsparse-asan" - ], - "components": [ - { - "name": "rocm-hip-libraries-asan", - "sha256": "8bffb4ceb4858784de1ec812b2caf4953140f6731311d7fa892bf6836abec6c6", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-hip-libraries-asan-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - }, - { - "name": "rocm-hip-libraries-asan-rpath", - "sha256": "87e8639bc2e35a7b1f8346700d8e8ff3b6bcacbb0913446bb35430ab648cb509", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-hip-libraries-asan-rpath7.0.2-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - } - ], - "version": "7.0.2.70002" - }, - "rocm-hip-runtime": { - "deps": [ - "hip-devel", - "hip-doc", - "hip-runtime-amd", - "hip-samples", - "hipcc", - "hipify-clang", - "hsa-rocr", - "rocm-cmake", - "rocm-core", - "rocm-device-libs", - "rocm-language-runtime", - "rocm-llvm", - "rocminfo" - ], - "components": [ - { - "name": "rocm-hip-runtime", - "sha256": "d9394ddffe23ea4569dcfb6268e7d0a88d30724b91ab3b7d3ca1a3e212d25b06", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-hip-runtime-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - }, - { - "name": "rocm-hip-runtime-devel", - "sha256": "88543840c0d491cd51aa0158c6e349abead2f116d43e4a72abe3ad3fe47f7a2d", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-hip-runtime-devel-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - }, - { - "name": "rocm-hip-runtime-devel-rpath", - "sha256": "2f8dd2ac634c3657d6bd20e12e777e6ebfbdcc7c4c9e5b7811bb05b2af9b613a", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-hip-runtime-devel-rpath7.0.2-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - }, - { - "name": "rocm-hip-runtime-rpath", - "sha256": "5889a1836e957d53efb9049f4234238b22ada07a2b32ada54a98aa39af46fc50", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-hip-runtime-rpath7.0.2-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - } - ], - "version": "7.0.2.70002" - }, - "rocm-hip-runtime-asan": { - "deps": [ - "hip-runtime-amd-asan", - "rocm-core-asan", - "rocm-hip-runtime", - "rocm-language-runtime-asan" - ], - "components": [ - { - "name": "rocm-hip-runtime-asan", - "sha256": "dfce37ee39e1c658a0c251bf71cf2c58cc770be6f6dba8493f1024bd7004551e", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-hip-runtime-asan-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - }, - { - "name": "rocm-hip-runtime-asan-rpath", - "sha256": "4c082884e04518130e0112b8bcc6d929e7ede64f528f43c08a7f383f9d2440ab", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-hip-runtime-asan-rpath7.0.2-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - } - ], - "version": "7.0.2.70002" - }, - "rocm-hip-sdk": { - "deps": [ - "composablekernel-devel", - "hipblas", - "hipblas-common-devel", - "hipblaslt", - "hipcub-devel", - "hipfft", - "hipfort-devel", - "hiprand", - "hipsolver", - "hipsparse", - "hipsparselt", - "hiptensor", - "rccl", - "rocalution", - "rocblas", - "rocfft", - "rocm-core", - "rocm-hip-libraries", - "rocm-hip-runtime", - "rocprim-devel", - "rocrand", - "rocsolver", - "rocsparse", - "rocthrust-devel", - "rocwmma-devel" - ], - "components": [ - { - "name": "rocm-hip-sdk", - "sha256": "04992c22a3b54eeed7a14b5c946bedb3ef30f59e2a35e577b332860aa0db78fa", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-hip-sdk-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - }, - { - "name": "rocm-hip-sdk-rpath", - "sha256": "f4c045788b4f7f5df7dd124e7d340b3e997cccfeb9c02e983aac330870e7076c", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-hip-sdk-rpath7.0.2-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - } - ], - "version": "7.0.2.70002" - }, - "rocm-language-runtime": { - "deps": [ - "comgr", - "hsa-rocr", - "openmp-extras-runtime", - "rocm-core" - ], - "components": [ - { - "name": "rocm-language-runtime", - "sha256": "2a5d3bab2011580ceaf5cb17c7ebf8baf5148aa14488c600b4967bbdd1186d20", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-language-runtime-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - }, - { - "name": "rocm-language-runtime-rpath", - "sha256": "c79b55cae065e3e40880074d2e1bbfd7d36c2387c3e0368878ea5c75eafedbad", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-language-runtime-rpath7.0.2-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - } - ], - "version": "7.0.2.70002" - }, - "rocm-language-runtime-asan": { - "deps": [ - "comgr-asan", - "hsa-rocr-asan", - "openmp-extras-asan", - "rocm-core-asan", - "rocm-language-runtime" - ], - "components": [ - { - "name": "rocm-language-runtime-asan", - "sha256": "2ca464c3a6bcd3c4c2f0ecd1779f6ca6e88229ff6cc9d54c3f4c54b3a1ac8833", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-language-runtime-asan-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - }, - { - "name": "rocm-language-runtime-asan-rpath", - "sha256": "e60bde660c360415b22fc3e30f012556068f7bab686167d45425bfa79b4d326a", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-language-runtime-asan-rpath7.0.2-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - } - ], - "version": "7.0.2.70002" - }, - "rocm-libs": { - "deps": [ - "composablekernel-devel", - "half", - "hipblas", - "hipblas-common-devel", - "hipblaslt", - "hipcub-devel", - "hipfft", - "hiprand", - "hipsolver", - "hipsparse", - "hipsparselt", - "hiptensor", - "miopen-hip", - "rccl", - "rocalution", - "rocblas", - "rocfft", - "rocm-core", - "rocprim-devel", - "rocrand", - "rocsolver", - "rocsparse", - "rocthrust-devel", - "rocwmma-devel" - ], - "components": [ - { - "name": "rocm-libs", - "sha256": "8cbbb004ba21b8d74c891ea953e94390f7607af1eebd3d042b128d19c801dfa4", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-libs-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - }, - { - "name": "rocm-libs-rpath", - "sha256": "eac5afc08ca899e42654ab0676f1363e547cc778bcc8737d1936ec5375be38c4", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-libs-rpath7.0.2-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - } - ], - "version": "7.0.2.70002" - }, - "rocm-llvm": { - "deps": [ - "rocm-core" - ], - "components": [ - { - "name": "rocm-llvm", - "sha256": "cd5edc0b39ab2f53ccbb0a2f881602ba6f153e4a41471faece02781169d45256", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-llvm-20.0.0.25385.70002-56.el8.x86_64.rpm", - "version": "20.0.0.25385.70002" - }, - { - "name": "rocm-llvm-devel", - "sha256": "e87aef88f56566c919d8e989a4858c4bec570e1e44d727a7616958cc086003dd", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-llvm-devel-20.0.0.25385.70002-56.el8.x86_64.rpm", - "version": "20.0.0.25385.70002" - }, - { - "name": "rocm-llvm-devel-rpath", - "sha256": "21866ad1dc95f44384949df840866bcd0ca53b41710efe3ad7ca313cb8629afa", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-llvm-devel-rpath7.0.2-20.0.0.25385.70002-56.el8.x86_64.rpm", - "version": "20.0.0.25385.70002" - }, - { - "name": "rocm-llvm-rpath", - "sha256": "56116e2c22fe4555052343ffc25917180ef76a384196689318084b1ba29e0cbe", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-llvm-rpath7.0.2-20.0.0.25385.70002-56.el8.x86_64.rpm", - "version": "20.0.0.25385.70002" - } - ], - "version": "20.0.0.25385.70002" - }, - "rocm-llvm-docs": { - "deps": [ - "rocm-core" - ], - "components": [ - { - "name": "rocm-llvm-docs", - "sha256": "4598efed5b4c06261557bca80da9ef24b4ac90b1e44b05e85442e7b76b21a1eb", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-llvm-docs-20.0.0.25385.70002-56.el8.x86_64.rpm", - "version": "20.0.0.25385.70002" - }, - { - "name": "rocm-llvm-docs-rpath", - "sha256": "c75be380fb95a479e055ec491a71e868fecb068b2eb9c80f30feaa842145c1fa", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-llvm-docs-rpath7.0.2-20.0.0.25385.70002-56.el8.x86_64.rpm", - "version": "20.0.0.25385.70002" - } - ], - "version": "20.0.0.25385.70002" - }, - "rocm-ml-libraries": { - "deps": [ - "half", - "miopen-hip", - "rocm-core", - "rocm-hip-libraries", - "rocm-llvm" - ], - "components": [ - { - "name": "rocm-ml-libraries", - "sha256": "bf3df5d62164d50f3db07afa54f3f31a79ac9157ad94d4db8d92f28b604d65bf", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-ml-libraries-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - }, - { - "name": "rocm-ml-libraries-rpath", - "sha256": "2925eec292a2aa2ead3f59ce4aede96a3b7b85531e8f4aae86d1195b8c8e2d16", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-ml-libraries-rpath7.0.2-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - } - ], - "version": "7.0.2.70002" - }, - "rocm-ml-libraries-asan": { - "deps": [ - "miopen-hip-asan", - "rocm-core-asan", - "rocm-hip-libraries-asan", - "rocm-ml-libraries" - ], - "components": [ - { - "name": "rocm-ml-libraries-asan", - "sha256": "088df398b079bb185d26a121a5439566f919b83c4e2d6d32befa50b13483a787", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-ml-libraries-asan-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - }, - { - "name": "rocm-ml-libraries-asan-rpath", - "sha256": "935eb9bf4700a31014f03d0d2039b8c46689e129f7afdee003d0a5a7a5919929", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-ml-libraries-asan-rpath7.0.2-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - } - ], - "version": "7.0.2.70002" - }, - "rocm-ml-sdk": { - "deps": [ - "miopen-hip", - "rocm-core", - "rocm-hip", - "rocm-ml-libraries" - ], - "components": [ - { - "name": "rocm-ml-sdk", - "sha256": "6bd1a28279e5f3521f6d15b18d7fe39b351a63449ac9c02da5765c5e2d6f46f3", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-ml-sdk-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - }, - { - "name": "rocm-ml-sdk-rpath", - "sha256": "4ff2d6240c6c11b47373ef5a834097c5adffd7a2cafad15614ca764e0bf883a8", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-ml-sdk-rpath7.0.2-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - } - ], - "version": "7.0.2.70002" - }, - "rocm-ml-sdk-asan": { - "deps": [ - "rocm-core-asan", - "rocm-ml-libraries-asan", - "rocm-ml-sdk" - ], - "components": [ - { - "name": "rocm-ml-sdk-asan", - "sha256": "c9343c02aa9eb228bd07aa6b60391d4931f61af35054f2938c45a823e0899ba4", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-ml-sdk-asan-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - }, - { - "name": "rocm-ml-sdk-asan-rpath", - "sha256": "d1195dc2cf6598f15a5d214b3c02a454f50ab29d338572ccc4dd85dc67e8e972", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-ml-sdk-asan-rpath7.0.2-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - } - ], - "version": "7.0.2.70002" - }, - "rocm-ocltst": { - "deps": [], - "components": [ - { - "name": "rocm-ocltst", - "sha256": "fae8596338cd027e251e6def7df589c7d715aa1662fe9fdb70fa250d5c5a86c7", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-ocltst-2.0.0.70002-56.el8.x86_64.rpm", - "version": "2.0.0.70002" - }, - { - "name": "rocm-ocltst-rpath", - "sha256": "e8c0300cbfd3a7a3b6db5d9541e1e41d0eed5988d6b20ca57501ecbb28696b6c", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-ocltst-rpath7.0.2-2.0.0.70002-56.el8.x86_64.rpm", - "version": "2.0.0.70002" - } - ], - "version": "2.0.0.70002" - }, - "rocm-opencl": { - "deps": [ - "comgr", - "hsa-rocr", - "rocm-core" - ], - "components": [ - { - "name": "rocm-opencl", - "sha256": "4a3b415064a646eaa197fd4792a48f659e315eab35cd5f69771d4b2f79247931", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-opencl-2.0.0.70002-56.el8.x86_64.rpm", - "version": "2.0.0.70002" - }, - { - "name": "rocm-opencl-devel", - "sha256": "ebf2b945bcf13e290edf23e629aead9cdbc927683c4c64dc53371ebaee28ef66", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-opencl-devel-2.0.0.70002-56.el8.x86_64.rpm", - "version": "2.0.0.70002" - }, - { - "name": "rocm-opencl-devel-rpath", - "sha256": "b82232afb8cc4d946b00a0cfe26fcb7f57e827b52776dc6093829c70ebcf9f15", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-opencl-devel-rpath7.0.2-2.0.0.70002-56.el8.x86_64.rpm", - "version": "2.0.0.70002" - }, - { - "name": "rocm-opencl-rpath", - "sha256": "70f4c2e66f3585d15243723dba3851db8169b88fbd780f0144037959f47043b8", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-opencl-rpath7.0.2-2.0.0.70002-56.el8.x86_64.rpm", - "version": "2.0.0.70002" - } - ], - "version": "2.0.0.70002" - }, - "rocm-opencl-asan": { - "deps": [ - "comgr-asan", - "hsa-rocr-asan", - "rocm-core-asan" - ], - "components": [ - { - "name": "rocm-opencl-asan", - "sha256": "3e99e1294ec1b8f9a2367f7e11c58bdcce2ff0a98458c28599097a32f0123cbe", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-opencl-asan-2.0.0.70002-56.el8.x86_64.rpm", - "version": "2.0.0.70002" - }, - { - "name": "rocm-opencl-asan-rpath", - "sha256": "c78bb50e2305178af1d5ae6bb9793ed53ce0d1bf0d6ff8b2d1f671dffa0bf0ad", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-opencl-asan-rpath7.0.2-2.0.0.70002-56.el8.x86_64.rpm", - "version": "2.0.0.70002" - } - ], - "version": "2.0.0.70002" - }, - "rocm-opencl-runtime": { - "deps": [ - "rocm-core", - "rocm-language-runtime", - "rocm-opencl" - ], - "components": [ - { - "name": "rocm-opencl-runtime", - "sha256": "c8e6764a90d5ce04f01cae0ffb88ef458ea5a822a421d6dcbebe2b22eef4501f", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-opencl-runtime-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - }, - { - "name": "rocm-opencl-runtime-rpath", - "sha256": "629ac9702e89ad3a8834658d63ae58aa3fa08b2abc7772dbad02c6ad41c1eb1c", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-opencl-runtime-rpath7.0.2-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - } - ], - "version": "7.0.2.70002" - }, - "rocm-opencl-runtime-asan": { - "deps": [ - "rocm-core-asan", - "rocm-language-runtime-asan", - "rocm-opencl-asan", - "rocm-opencl-runtime" - ], - "components": [ - { - "name": "rocm-opencl-runtime-asan", - "sha256": "c00b862db0365d93eea274345af89bfdba39d5719479c098c3264e61b0a7fa82", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-opencl-runtime-asan-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - }, - { - "name": "rocm-opencl-runtime-asan-rpath", - "sha256": "f7ea8769aa3e9e84fa5c6c02bab5f1c18daaf62f54d029e7fe5552d8250f4ab7", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-opencl-runtime-asan-rpath7.0.2-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - } - ], - "version": "7.0.2.70002" - }, - "rocm-opencl-sdk": { - "deps": [ - "comgr", - "hsa-rocr", - "rocm-core", - "rocm-llvm", - "rocm-opencl" - ], - "components": [ - { - "name": "rocm-opencl-sdk", - "sha256": "0bbd2f75d066c932d32b3126d5357766ba57df82e7d16da21aece6d906e2755e", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-opencl-sdk-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - }, - { - "name": "rocm-opencl-sdk-rpath", - "sha256": "9b885f76d5d7beac4f0ba698c8e9fbea822fcdc0447b3bc9fb4b210f774dd740", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-opencl-sdk-rpath7.0.2-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - } - ], - "version": "7.0.2.70002" - }, - "rocm-openmp": { - "deps": [ - "comgr", - "hsa-rocr", - "openmp-extras-devel", - "openmp-extras-runtime", - "rocm-core", - "rocm-device-libs", - "rocm-llvm" - ], - "components": [ - { - "name": "rocm-openmp", - "sha256": "a5d831c9e8dca4f499a01378d7f8e9a677a5d30be4423482e799f10c3572c454", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-openmp-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - }, - { - "name": "rocm-openmp-rpath", - "sha256": "5f60254ea9233ab08121fa2d7fb6a2f61a56f712316250b5e5c966e74828317e", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-openmp-rpath7.0.2-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - } - ], - "version": "7.0.2.70002" - }, - "rocm-openmp-sdk": { - "deps": [ - "hsa-rocr", - "openmp-extras-devel", - "rocm-core", - "rocm-device-libs", - "rocm-language-runtime", - "rocm-llvm" - ], - "components": [ - { - "name": "rocm-openmp-sdk", - "sha256": "43b477d02761fb0d2912742b0b7ee326d0aa81140dc8cd1bd27b7ac564335089", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-openmp-sdk-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - }, - { - "name": "rocm-openmp-sdk-rpath", - "sha256": "513febe6d8c6f723a31177cefb572f5165e2e081c8de4fd3a3377f2d8d0321ad", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-openmp-sdk-rpath7.0.2-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - } - ], - "version": "7.0.2.70002" - }, - "rocm-smi-lib": { - "deps": [ - "rocm-core" - ], - "components": [ - { - "name": "rocm-smi-lib", - "sha256": "e17d2dc8502f2a330792a68c6d3ee5b0ff9f5fdb3bd789ef379daa731264a5d8", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-smi-lib-7.8.0.70002-56.el8.x86_64.rpm", - "version": "7.8.0.70002" - }, - { - "name": "rocm-smi-lib-rpath", - "sha256": "0e78a2569d01c6dbfa393aa5bb870e322e2ffe8e6e837ffc066987693abd5420", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-smi-lib-rpath7.0.2-7.8.0.70002-56.el8.x86_64.rpm", - "version": "7.8.0.70002" - } - ], - "version": "7.8.0.70002" - }, - "rocm-smi-lib-asan": { - "deps": [ - "rocm-core-asan" - ], - "components": [ - { - "name": "rocm-smi-lib-asan", - "sha256": "689ae23dbfd2ace778da6e06ec42561a4d4b158a9b5cd36e88834b5586f11d78", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-smi-lib-asan-7.8.0.70002-56.el8.x86_64.rpm", - "version": "7.8.0.70002" - }, - { - "name": "rocm-smi-lib-asan-rpath", - "sha256": "468ef218e961ed93ef1fb6c793bebb270894d7b974687d6ef8ef7fbcf79d4e24", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-smi-lib-asan-rpath7.0.2-7.8.0.70002-56.el8.x86_64.rpm", - "version": "7.8.0.70002" - } - ], - "version": "7.8.0.70002" - }, - "rocm-utils": { - "deps": [ - "rocm-cmake", - "rocm-core", - "rocminfo" - ], - "components": [ - { - "name": "rocm-utils", - "sha256": "37b19afb4f347375779f9124611b7258d21b05f92f1876fab5520e7222cd5375", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-utils-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - }, - { - "name": "rocm-utils-rpath", - "sha256": "039e39bc20689335c9ae9ad8509e72298aa31ec815465792e5aecb91b352f74b", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-utils-rpath7.0.2-7.0.2.70002-56.el8.x86_64.rpm", - "version": "7.0.2.70002" - } - ], - "version": "7.0.2.70002" - }, - "rocm-validation-suite": { - "deps": [ - "amd-smi-lib", - "comgr", - "hip-runtime-amd", - "hipblaslt", - "hiprand", - "hsa-rocr", - "rocblas", - "rocm-core" - ], - "components": [ - { - "name": "rocm-validation-suite", - "sha256": "969e4e08b16000fd618fbb3ad84b8ff6beaf909ed916b5fd93a87b66f1e81b6b", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-validation-suite-1.2.0.70002-56.el8.x86_64.rpm", - "version": "1.2.0.70002" - }, - { - "name": "rocm-validation-suite-rpath", - "sha256": "4deb9e678d4c7b09cd706b22e9ce514408097bc604d733ac9850482374cd7de8", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocm-validation-suite-rpath7.0.2-1.2.0.70002-56.el8.x86_64.rpm", - "version": "1.2.0.70002" - } - ], - "version": "1.2.0.70002" - }, - "rocminfo": { - "deps": [ - "hsa-rocr", - "rocm-core" - ], - "components": [ - { - "name": "rocminfo", - "sha256": "2b3578910f999ea5fc09a5de4678cb428bcb484ad43a6868f4a464901a46c716", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocminfo-1.0.0.70002-56.el8.x86_64.rpm", - "version": "1.0.0.70002" - }, - { - "name": "rocminfo-rpath", - "sha256": "671856982db22cf915d5e78eb099d1696a6bdae6828bf626f4636155e12a7f75", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocminfo-rpath7.0.2-1.0.0.70002-56.el8.x86_64.rpm", - "version": "1.0.0.70002" - } - ], - "version": "1.0.0.70002" - }, - "rocprim-devel": { - "deps": [ - "hip-runtime-amd", - "rocm-core" - ], - "components": [ - { - "name": "rocprim-devel", - "sha256": "8eef289e2c18a79536e979a555029d53cb6fbc345cd94e66fe0ff88c2f816f61", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocprim-devel-4.0.1.70002-56.el8.x86_64.rpm", - "version": "4.0.1.70002" - }, - { - "name": "rocprim-devel-rpath", - "sha256": "c66d07124da1083c7aae754ae7384471778555df0637a867f55744f5eb153d2d", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocprim-devel-rpath7.0.2-4.0.1.70002-56.el8.x86_64.rpm", - "version": "4.0.1.70002" - } - ], - "version": "4.0.1.70002" - }, - "rocprofiler": { - "deps": [ - "hsa-rocr", - "rocm-core", - "rocminfo" - ], - "components": [ - { - "name": "rocprofiler", - "sha256": "4f7e48a1d855ff3456bc5f612e0426e91c6eb9dc8047f3ac0953ef9207444f9b", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocprofiler-2.0.70002.70002-56.el8.x86_64.rpm", - "version": "2.0.70002.70002" - }, - { - "name": "rocprofiler-devel", - "sha256": "a2c50f30b99bec9344da2e293edf7786da9720e0b05636cf063c8aed8720d4af", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocprofiler-devel-2.0.70002.70002-56.el8.x86_64.rpm", - "version": "2.0.70002.70002" - }, - { - "name": "rocprofiler-devel-rpath", - "sha256": "0d97c1fb85a162a9ac3d5abd5eed1067629bb77282647f483b26e1386793b8db", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocprofiler-devel-rpath7.0.2-2.0.70002.70002-56.el8.x86_64.rpm", - "version": "2.0.70002.70002" - }, - { - "name": "rocprofiler-rpath", - "sha256": "ef85b51e2b7d12630b46ad06b74614391dfa140b06e4b02ae379130bfd5f2957", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocprofiler-rpath7.0.2-2.0.70002.70002-56.el8.x86_64.rpm", - "version": "2.0.70002.70002" - } - ], - "version": "2.0.70002.70002" - }, - "rocprofiler-asan": { - "deps": [ - "hsa-rocr-asan", - "rocm-core-asan" - ], - "components": [ - { - "name": "rocprofiler-asan", - "sha256": "0410d115643f220c6760f4f4b0eec3d31c3c41f1585e19a125cad524443494d8", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocprofiler-asan-2.0.70002.70002-56.el8.x86_64.rpm", - "version": "2.0.70002.70002" - }, - { - "name": "rocprofiler-asan-rpath", - "sha256": "15084abae3628ca0eb71b8aca332dfada41f2c9172c73da544a109a1cc935759", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocprofiler-asan-rpath7.0.2-2.0.70002.70002-56.el8.x86_64.rpm", - "version": "2.0.70002.70002" - } - ], - "version": "2.0.70002.70002" - }, - "rocprofiler-compute": { - "deps": [ - "rocprofiler" - ], - "components": [ - { - "name": "rocprofiler-compute", - "sha256": "8e81b9919be8c3e1d1d47614d48910efa9b845ff2baf6d3fdc1d9f90882963c6", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocprofiler-compute-3.2.3.70002-56.el8.x86_64.rpm", - "version": "3.2.3.70002" - }, - { - "name": "rocprofiler-compute-rpath", - "sha256": "b854495cfe81801539f6b9bada87def53ed80d71559570f9ba55d86c301864e8", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocprofiler-compute-rpath7.0.2-3.2.3.70002-56.el8.x86_64.rpm", - "version": "3.2.3.70002" - } - ], - "version": "3.2.3.70002" - }, - "rocprofiler-docs": { - "deps": [ - "hsa-rocr", - "rocm-core", - "rocprofiler" - ], - "components": [ - { - "name": "rocprofiler-docs", - "sha256": "83c78bb65416765840092e7b5e9c4860da88c329b07b7ad608746facb96001d1", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocprofiler-docs-2.0.70002.70002-56.el8.x86_64.rpm", - "version": "2.0.70002.70002" - }, - { - "name": "rocprofiler-docs-rpath", - "sha256": "5d641ac89c330c0cc0f5ee404a2cbf701472a62163ffde250ff848a8b5654437", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocprofiler-docs-rpath7.0.2-2.0.70002.70002-56.el8.x86_64.rpm", - "version": "2.0.70002.70002" - } - ], - "version": "2.0.70002.70002" - }, - "rocprofiler-plugins": { - "deps": [ - "hsa-rocr", - "rocm-core", - "rocprofiler" - ], - "components": [ - { - "name": "rocprofiler-plugins", - "sha256": "d6a76def2d759012d422cc708a3fed0a0e74fc9fab032176e40d61385616ab60", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocprofiler-plugins-2.0.70002.70002-56.el8.x86_64.rpm", - "version": "2.0.70002.70002" - }, - { - "name": "rocprofiler-plugins-rpath", - "sha256": "fd84f3b7db1b4f7527c2b881dba5cfe7e965ce3c637577dcc7128dc251c06379", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocprofiler-plugins-rpath7.0.2-2.0.70002.70002-56.el8.x86_64.rpm", - "version": "2.0.70002.70002" - } - ], - "version": "2.0.70002.70002" - }, - "rocprofiler-register": { - "deps": [ - "rocm-core" - ], - "components": [ - { - "name": "rocprofiler-register", - "sha256": "a89b5ba1f27343af73ce2eabaf23e7c8329c15366b1f4d839e17da2d0838db1c", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocprofiler-register-0.6.0.70002-56.el8.x86_64.rpm", - "version": "0.6.0.70002" - }, - { - "name": "rocprofiler-register-rpath", - "sha256": "b93b9951376d647e83484a435e6e1cbe2713ff3bb5523b1201d1c477af016c14", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocprofiler-register-rpath7.0.2-0.6.0.70002-56.el8.x86_64.rpm", - "version": "0.6.0.70002" - } - ], - "version": "0.6.0.70002" - }, - "rocprofiler-register-fmt-core": { - "deps": [ - "rocm-core" - ], - "components": [ - { - "name": "rocprofiler-register-fmt-core", - "sha256": "fb02605bcdc21f20ac2b6155db3e94e4b6dd2996650d76c680ef104a7a32ccd9", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocprofiler-register-fmt-core-0.6.0.70002-56.el8.x86_64.rpm", - "version": "0.6.0.70002" - }, - { - "name": "rocprofiler-register-fmt-core-rpath", - "sha256": "14d5a150fde3bf3be4067e3045e4bae651a7030a612188568325f7529306c341", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocprofiler-register-fmt-core-rpath7.0.2-0.6.0.70002-56.el8.x86_64.rpm", - "version": "0.6.0.70002" - } - ], - "version": "0.6.0.70002" - }, - "rocprofiler-sdk": { - "deps": [ - "rocm-core", - "rocprofiler-sdk-rocpd", - "rocprofiler-sdk-roctx" - ], - "components": [ - { - "name": "rocprofiler-sdk", - "sha256": "04b0d223fa8d74fd3c9e494e9e8600ad48fd34425c9cabb25e2970f1989f75e5", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocprofiler-sdk-1.0.0.70002-56.el8.x86_64.rpm", - "version": "1.0.0.70002" - }, - { - "name": "rocprofiler-sdk-rpath", - "sha256": "872dd567d826b7775289c7437adb89297b841dcaebdeb3621bbd309980502bdb", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocprofiler-sdk-rpath7.0.2-1.0.0.70002-56.el8.x86_64.rpm", - "version": "1.0.0.70002" - } - ], - "version": "1.0.0.70002" - }, - "rocprofiler-sdk-rocpd": { - "deps": [ - "rocm-core" - ], - "components": [ - { - "name": "rocprofiler-sdk-rocpd", - "sha256": "3af474d76b3b3b8124cfc7e8d5437a175718f484cd356a4a8dd38de63a44d5c9", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocprofiler-sdk-rocpd-1.0.0.70002-56.el8.x86_64.rpm", - "version": "1.0.0.70002" - }, - { - "name": "rocprofiler-sdk-rocpd-rpath", - "sha256": "43be9f278330a2180818a37e3f6e046015d6cc8240655de9783dd101358c0c87", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocprofiler-sdk-rocpd-rpath7.0.2-1.0.0.70002-56.el8.x86_64.rpm", - "version": "1.0.0.70002" - } - ], - "version": "1.0.0.70002" - }, - "rocprofiler-sdk-roctx": { - "deps": [ - "rocm-core", - "rocprofiler-register" - ], - "components": [ - { - "name": "rocprofiler-sdk-roctx", - "sha256": "b261f790af485668071a67808dbbb9b55fd59bc2e6d5cea7f7e858d610a22e6a", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocprofiler-sdk-roctx-1.0.0.70002-56.el8.x86_64.rpm", - "version": "1.0.0.70002" - }, - { - "name": "rocprofiler-sdk-roctx-rpath", - "sha256": "2567ea77553025df4dbeccf7d6665a1569ae44d749e4f8b038da3c813a20b3e1", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocprofiler-sdk-roctx-rpath7.0.2-1.0.0.70002-56.el8.x86_64.rpm", - "version": "1.0.0.70002" - } - ], - "version": "1.0.0.70002" - }, - "rocprofiler-systems": { - "deps": [ - "rocm-core" - ], - "components": [ - { - "name": "rocprofiler-systems", - "sha256": "cec2bd42aa27a4e148f9571d44628abe272e693c2da5e53121b964a26fe0160a", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocprofiler-systems-1.1.1.70002-56.el8.x86_64.rpm", - "version": "1.1.1.70002" - }, - { - "name": "rocprofiler-systems-rpath", - "sha256": "27b3af239e9a6360b24226822de012c255e033aa586bdd42728167969f3ee074", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocprofiler-systems-rpath7.0.2-1.1.1.70002-56.el8.x86_64.rpm", - "version": "1.1.1.70002" - } - ], - "version": "1.1.1.70002" - }, - "rocrand": { - "deps": [ - "rocm-core" - ], - "components": [ - { - "name": "rocrand", - "sha256": "0555c1c3aa85df6e1609775a5c052e1c4a44b9668e8c09ce2f207f7f216d73a6", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocrand-4.0.0.70002-56.el8.x86_64.rpm", - "version": "4.0.0.70002" - }, - { - "name": "rocrand-devel", - "sha256": "58150b8c5353cd78aceff7f625bb6b28e15760c26b2f9bd36583c45b43a38473", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocrand-devel-4.0.0.70002-56.el8.x86_64.rpm", - "version": "4.0.0.70002" - }, - { - "name": "rocrand-devel-rpath", - "sha256": "47a86c707284076c26705e58e0bda4388b4d64d58ed88485162a30043b8924ab", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocrand-devel-rpath7.0.2-4.0.0.70002-56.el8.x86_64.rpm", - "version": "4.0.0.70002" - }, - { - "name": "rocrand-rpath", - "sha256": "be59b28f89d68b456b30f1471caf36a89945e5fdb9e9f3391b80af0ca1ba0230", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocrand-rpath7.0.2-4.0.0.70002-56.el8.x86_64.rpm", - "version": "4.0.0.70002" - } - ], - "version": "4.0.0.70002" - }, - "rocrand-asan": { - "deps": [ - "rocm-core-asan" - ], - "components": [ - { - "name": "rocrand-asan", - "sha256": "e1241fd9dfc2cd5f52537e7dac1c87ebf5f8f04123ac0d2acd2c23b9d74d4d98", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocrand-asan-4.0.0.70002-56.el8.x86_64.rpm", - "version": "4.0.0.70002" - }, - { - "name": "rocrand-asan-rpath", - "sha256": "3269779acc580b1343bab981f4a28007530814f59a1e1948d4275c0a5eb54c12", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocrand-asan-rpath7.0.2-4.0.0.70002-56.el8.x86_64.rpm", - "version": "4.0.0.70002" - } - ], - "version": "4.0.0.70002" - }, - "rocshmem-devel": { - "deps": [ - "hip-runtime-amd", - "hsa-rocr", - "rocm-core", - "rocm-dev" - ], - "components": [ - { - "name": "rocshmem-devel", - "sha256": "0c7b819696a4cfb924143d29011cbc4b565ca190a81207fe8458cb6b1fe68ec3", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocshmem-devel-3.0.0.70002-56.el8.x86_64.rpm", - "version": "3.0.0.70002" - }, - { - "name": "rocshmem-devel-rpath", - "sha256": "b626d7a7a1e4634681f5bf3425d55cf7c55c42b2c153b70aad4eee15239390d5", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocshmem-devel-rpath7.0.2-3.0.0.70002-56.el8.x86_64.rpm", - "version": "3.0.0.70002" - } - ], - "version": "3.0.0.70002" - }, - "rocsolver": { - "deps": [ - "rocblas", - "rocm-core" - ], - "components": [ - { - "name": "rocsolver", - "sha256": "246cf78226d5f529f129dea08c132d76d3a25deed51634366f8f6edcef274698", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocsolver-3.30.1.70002-56.el8.x86_64.rpm", - "version": "3.30.1.70002" - }, - { - "name": "rocsolver-devel", - "sha256": "44ab0fa3644a381b0ba36b3dec375b905b16e9109271b70a2beed938ee211247", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocsolver-devel-3.30.1.70002-56.el8.x86_64.rpm", - "version": "3.30.1.70002" - }, - { - "name": "rocsolver-devel-rpath", - "sha256": "1e0082f834691736e3ab02cb18f39bd643f145b85f36a49be28a18ea8b2297c2", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocsolver-devel-rpath7.0.2-3.30.1.70002-56.el8.x86_64.rpm", - "version": "3.30.1.70002" - }, - { - "name": "rocsolver-rpath", - "sha256": "42f93a4363ddb5b71bc77036b3940bd0f731f2393c93f6cc8bdc441debdf52f2", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocsolver-rpath7.0.2-3.30.1.70002-56.el8.x86_64.rpm", - "version": "3.30.1.70002" - } - ], - "version": "3.30.1.70002" - }, - "rocsolver-asan": { - "deps": [ - "rocblas", - "rocm-core-asan" - ], - "components": [ - { - "name": "rocsolver-asan", - "sha256": "ec0ecd27df0c0798df19b307933732d7440804974d2747b257f170a08e25948f", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocsolver-asan-3.30.1.70002-56.el8.x86_64.rpm", - "version": "3.30.1.70002" - }, - { - "name": "rocsolver-asan-rpath", - "sha256": "50f4b8e7ce6bfa4236c2bbd87e54109194ec450729aa7d5cb5a6de8def51141f", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocsolver-asan-rpath7.0.2-3.30.1.70002-56.el8.x86_64.rpm", - "version": "3.30.1.70002" - } - ], - "version": "3.30.1.70002" - }, - "rocsparse": { - "deps": [ - "hip-runtime-amd", - "rocm-core" - ], - "components": [ - { - "name": "rocsparse", - "sha256": "1c395a4ec4bf7c0b1844705f0caa0630e3bc46d76924c531b3dc0fff2b56dc15", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocsparse-4.0.3.70002-56.el8.x86_64.rpm", - "version": "4.0.3.70002" - }, - { - "name": "rocsparse-devel", - "sha256": "5e76c35b2ccfd1e29bc58c5348ad974660b3dd62fed285ce31bc7b446b7602ce", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocsparse-devel-4.0.3.70002-56.el8.x86_64.rpm", - "version": "4.0.3.70002" - }, - { - "name": "rocsparse-devel-rpath", - "sha256": "37dfb382db678cafb8ddfe29b2e463d65a399ffa4b9ee1c7d42daed56143c737", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocsparse-devel-rpath7.0.2-4.0.3.70002-56.el8.x86_64.rpm", - "version": "4.0.3.70002" - }, - { - "name": "rocsparse-rpath", - "sha256": "c1491f90bfaf9b3686d891d80df900db996c8381187d8cbd35460f005501fd4e", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocsparse-rpath7.0.2-4.0.3.70002-56.el8.x86_64.rpm", - "version": "4.0.3.70002" - } - ], - "version": "4.0.3.70002" - }, - "rocsparse-asan": { - "deps": [ - "hip-runtime-amd-asan", - "rocm-core-asan" - ], - "components": [ - { - "name": "rocsparse-asan", - "sha256": "f64182af12d77f5ebb7e77cb0a6fd82556cab6cac840dc16760decd2b5fcc0ce", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocsparse-asan-4.0.3.70002-56.el8.x86_64.rpm", - "version": "4.0.3.70002" - }, - { - "name": "rocsparse-asan-rpath", - "sha256": "0a0c722f531a119d3fef19601a8e29b89a14e9833b27e969d283c1a55d677264", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocsparse-asan-rpath7.0.2-4.0.3.70002-56.el8.x86_64.rpm", - "version": "4.0.3.70002" - } - ], - "version": "4.0.3.70002" - }, - "rocthrust-devel": { - "deps": [ - "rocm-core", - "rocprim-devel" - ], - "components": [ - { - "name": "rocthrust-devel", - "sha256": "3f9eda97600e9766c8c23d1783924b9d895a4bfe274853f2518ff342df0d504c", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocthrust-devel-4.0.0.70002-56.el8.x86_64.rpm", - "version": "4.0.0.70002" - }, - { - "name": "rocthrust-devel-rpath", - "sha256": "ae17a714dbafadea14836893e07f83e989e4651fa442e580dd3df8083e87b687", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocthrust-devel-rpath7.0.2-4.0.0.70002-56.el8.x86_64.rpm", - "version": "4.0.0.70002" - } - ], - "version": "4.0.0.70002" - }, - "roctracer": { - "deps": [ - "rocm-core" - ], - "components": [ - { - "name": "roctracer", - "sha256": "426a4b7a5e2ee796c0cc62b51a1b5e9c4685c817edaa40aecea8f9edb5235819", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/roctracer-4.1.70002.70002-56.el8.x86_64.rpm", - "version": "4.1.70002.70002" - }, - { - "name": "roctracer-devel", - "sha256": "2c90bbbd9fa53c5eb9b28c0ea5dc2edceb90c3e5dc9676f1255ae6a97a5673c9", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/roctracer-devel-4.1.70002.70002-56.el8.x86_64.rpm", - "version": "4.1.70002.70002" - }, - { - "name": "roctracer-devel-rpath", - "sha256": "839353fe209a03c7516ea0909d2bcfcffaf7ca8f11779c33b266fa31d797509c", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/roctracer-devel-rpath7.0.2-4.1.70002.70002-56.el8.x86_64.rpm", - "version": "4.1.70002.70002" - }, - { - "name": "roctracer-rpath", - "sha256": "09e757100084ba716a13c3b338abb3e78084520e47dea1a9994c60ea0c63efb5", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/roctracer-rpath7.0.2-4.1.70002.70002-56.el8.x86_64.rpm", - "version": "4.1.70002.70002" - } - ], - "version": "4.1.70002.70002" - }, - "roctracer-asan": { - "deps": [ - "rocm-core-asan" - ], - "components": [ - { - "name": "roctracer-asan", - "sha256": "c952b70e6d8526516f82a743ccc9d7e50731b3f787bdfea50f573f210da1edf8", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/roctracer-asan-4.1.70002.70002-56.el8.x86_64.rpm", - "version": "4.1.70002.70002" - }, - { - "name": "roctracer-asan-rpath", - "sha256": "971af2eb6a4b2bed18e2096a210244999e6c7de093c44c78f24f68d078518947", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/roctracer-asan-rpath7.0.2-4.1.70002.70002-56.el8.x86_64.rpm", - "version": "4.1.70002.70002" - } - ], - "version": "4.1.70002.70002" - }, - "rocwmma-devel": { - "deps": [ - "rocm-core" - ], - "components": [ - { - "name": "rocwmma-devel", - "sha256": "8845876bf651ce37cb5c42cecfff7e2d76ba10000dd073889ac7eb299fad15be", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocwmma-devel-2.0.0.70002-56.el8.x86_64.rpm", - "version": "2.0.0.70002" - }, - { - "name": "rocwmma-devel-rpath", - "sha256": "1defb4ec9589fcd7cb48feb2771ef480f92b4af0069683d03a6575b54245860c", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rocwmma-devel-rpath7.0.2-2.0.0.70002-56.el8.x86_64.rpm", - "version": "2.0.0.70002" - } - ], - "version": "2.0.0.70002" - }, - "rpp": { - "deps": [ - "half", - "openmp-extras-devel", - "openmp-extras-runtime", - "rocm-hip-runtime" - ], - "components": [ - { - "name": "rpp", - "sha256": "c31945848551b9e06d8676e4a5f0ead30596e60ece08368ecbfcd0dade7c7dcb", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rpp-2.0.0.70002-56.el8.x86_64.rpm", - "version": "2.0.0.70002" - }, - { - "name": "rpp-devel", - "sha256": "bd1dadc72beadb74822bb63eb6fc18574cfd72e21c9d492443dd41e2649e431a", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rpp-devel-2.0.0.70002-56.el8.x86_64.rpm", - "version": "2.0.0.70002" - }, - { - "name": "rpp-devel-rpath", - "sha256": "6690417fe105bdecc219e834db61fc75cd36c281d7180a9f5e24d25946c41cd8", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rpp-devel-rpath7.0.2-2.0.0.70002-56.el8.x86_64.rpm", - "version": "2.0.0.70002" - }, - { - "name": "rpp-rpath", - "sha256": "305a4272adfbdd6caf6ed1e23453be8a097f962bb4b0a65009718c4b7795ee35", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rpp-rpath7.0.2-2.0.0.70002-56.el8.x86_64.rpm", - "version": "2.0.0.70002" - } - ], - "version": "2.0.0.70002" - }, - "rpp-asan": { - "deps": [ - "rocm-core-asan" - ], - "components": [ - { - "name": "rpp-asan", - "sha256": "3a48269ffaa5a0f63a0d3878376989dc2473c5faa4f3dccfe248be100a298ab9", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rpp-asan-2.0.0.70002-56.el8.x86_64.rpm", - "version": "2.0.0.70002" - }, - { - "name": "rpp-asan-rpath", - "sha256": "fa795643515997d0f1fa8728a279c5a0f944fad188a035c981c66b442bf0ba70", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rpp-asan-rpath7.0.2-2.0.0.70002-56.el8.x86_64.rpm", - "version": "2.0.0.70002" - } - ], - "version": "2.0.0.70002" - }, - "rpp-test": { - "deps": [ - "rpp" - ], - "components": [ - { - "name": "rpp-test", - "sha256": "ecf942b97d04d8a2f20281ba8c5988f815f834e30bdc6c5b53d9ef9cdf160818", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rpp-test-2.0.0.70002-56.el8.x86_64.rpm", - "version": "2.0.0.70002" - }, - { - "name": "rpp-test-rpath", - "sha256": "e4a41dcc07174fb5a31d0a9e9bd40efe8eec738127c50e6aa107ab1c2b9d7c66", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/rpp-test-rpath7.0.2-2.0.0.70002-56.el8.x86_64.rpm", - "version": "2.0.0.70002" - } - ], - "version": "2.0.0.70002" - }, - "transferbench-devel": { - "deps": [ - "hsa-rocr", - "rocm-core" - ], - "components": [ - { - "name": "transferbench-devel", - "sha256": "b2ea42e56b47be2b868003dc5ee0bffd3bb9961cb4207108390b7b9e5cb2a720", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/transferbench-devel-1.63.00.70002-56.el8.x86_64.rpm", - "version": "1.63.00.70002" - }, - { - "name": "transferbench-devel-rpath", - "sha256": "797068bef7de6758ee3350ec9a48c39baa3330b641b413f2da17a48b32983a32", - "url": "https://repo.radeon.com/rocm/rhel8/7.0.2/main/transferbench-devel-rpath7.0.2-1.63.00.70002-56.el8.x86_64.rpm", - "version": "1.63.00.70002" - } - ], - "version": "1.63.00.70002" - } -} diff --git a/nix-builder/pkgs/xpu-packages/intel-deep-learning-2025.3.1.json b/nix-builder/pkgs/xpu-packages/intel-deep-learning-2025.3.1.json deleted file mode 100644 index 274d460e..00000000 --- a/nix-builder/pkgs/xpu-packages/intel-deep-learning-2025.3.1.json +++ /dev/null @@ -1,817 +0,0 @@ -{ - "intel-deep-learning-essentials": { - "deps": [ - "intel-deep-learning-essentials-env", - "intel-deep-learning-essentials-getting-started", - "intel-oneapi-ccl", - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars", - "intel-oneapi-compiler-dpcpp-cpp", - "intel-oneapi-dev-utilities", - "intel-oneapi-dnnl", - "intel-oneapi-libdpstd-devel", - "intel-oneapi-mkl-devel", - "intel-oneapi-tlt", - "intel-pti-dev" - ], - "components": [ - { - "name": "intel-deep-learning-essentials-2025.3", - "sha256": "eefe2f5216606e4eadf8865834e5a59eec613a0590d6194cda93d2f9e3cb10ee", - "url": "https://yum.repos.intel.com/oneapi/intel-deep-learning-essentials-2025.3-2025.3.1-9.x86_64.rpm", - "version": "2025.3.1" - } - ], - "version": "2025.3.1" - }, - "intel-deep-learning-essentials-env": { - "deps": [ - "intel-oneapi-tlt" - ], - "components": [ - { - "name": "intel-deep-learning-essentials-env-2025.3", - "sha256": "1e3bf9509c2739fc970d6c7b558569eb3d14fb8f682c1e49f3a27126e7b61b00", - "url": "https://yum.repos.intel.com/oneapi/intel-deep-learning-essentials-env-2025.3-2025.3.1-9.noarch.rpm", - "version": "2025.3.1" - } - ], - "version": "2025.3.1" - }, - "intel-deep-learning-essentials-getting-started": { - "deps": [], - "components": [ - { - "name": "intel-deep-learning-essentials-getting-started-2025.3", - "sha256": "9e8af54789d9740c8021e13ef6ce210908b65e313719ee2e5902c474bb61a906", - "url": "https://yum.repos.intel.com/oneapi/intel-deep-learning-essentials-getting-started-2025.3-2025.3.1-9.noarch.rpm", - "version": "2025.3.1" - } - ], - "version": "2025.3.1" - }, - "intel-oneapi-ccl": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars", - "intel-oneapi-mpi" - ], - "components": [ - { - "name": "intel-oneapi-ccl-2021.17", - "sha256": "1f737cd4a12c6684aac99065449d12b7ed020b99335c576fe14dfdaefc92ca87", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-ccl-2021.17-2021.17.1-7.x86_64.rpm", - "version": "2021.17.1" - }, - { - "name": "intel-oneapi-ccl-devel-2021.17", - "sha256": "e11cf6ec83c458b1b833b7f66cee508af4f16e43065bf08ef49eab508fdaf1fc", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-ccl-devel-2021.17-2021.17.1-7.x86_64.rpm", - "version": "2021.17.1" - } - ], - "version": "2021.17.1" - }, - "intel-oneapi-common-licensing": { - "deps": [], - "components": [ - { - "name": "intel-oneapi-common-licensing-2025.3", - "sha256": "7fe5399de1358bb8386694859fc95f528431418064c20879bae61ce7d23a4896", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-common-licensing-2025.3-2025.3.0-199.noarch.rpm", - "version": "2025.3.0" - } - ], - "version": "2025.3.0" - }, - "intel-oneapi-common-oneapi-vars": { - "deps": [], - "components": [ - { - "name": "intel-oneapi-common-oneapi-vars-2025.3", - "sha256": "e5e514a2b94f27c0dee496408c4aa34efc9cfcaee2da818a425c3d059a2b5614", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-common-oneapi-vars-2025.3-2025.3.0-199.noarch.rpm", - "version": "2025.3.0" - } - ], - "version": "2025.3.0" - }, - "intel-oneapi-common-vars": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars" - ], - "components": [ - { - "name": "intel-oneapi-common-vars", - "sha256": "b63893047035486d86afdb8994fc6e27aa694197bacb4479eb852cc7478d6f59", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-common-vars-2025.3.0-199.noarch.rpm", - "version": "2025.3.0" - } - ], - "version": "2025.3.0" - }, - "intel-oneapi-compiler-cpp-eclipse-cfg": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars" - ], - "components": [ - { - "name": "intel-oneapi-compiler-cpp-eclipse-cfg-2025.3", - "sha256": "498e036b6583ccc6b27ee56fead7438684222833473f01d6b53f60b4fd398e00", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-compiler-cpp-eclipse-cfg-2025.3-2025.3.1-760.noarch.rpm", - "version": "2025.3.1" - } - ], - "version": "2025.3.1" - }, - "intel-oneapi-compiler-dpcpp-cpp": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars", - "intel-oneapi-dpcpp-cpp", - "intel-oneapi-libdpstd-devel" - ], - "components": [ - { - "name": "intel-oneapi-compiler-dpcpp-cpp-2025.3", - "sha256": "b7cee64d68ef8b347265fb85dcb24bd8936065ed160cfd77dd6570f4e777f1ee", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-compiler-dpcpp-cpp-2025.3-2025.3.1-760.x86_64.rpm", - "version": "2025.3.1" - } - ], - "version": "2025.3.1" - }, - "intel-oneapi-compiler-dpcpp-cpp-common": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars", - "intel-oneapi-compiler-cpp-eclipse-cfg", - "intel-oneapi-compiler-dpcpp-eclipse-cfg", - "intel-oneapi-compiler-shared-common", - "intel-oneapi-icc-eclipse-plugin-cpp" - ], - "components": [ - { - "name": "intel-oneapi-compiler-dpcpp-cpp-common-2025.3", - "sha256": "b0f040cb1b2aa9f366e42b9473bd8456b87bec224b4fca53c3e1d788ebdedddd", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-compiler-dpcpp-cpp-common-2025.3-2025.3.1-760.noarch.rpm", - "version": "2025.3.1" - } - ], - "version": "2025.3.1" - }, - "intel-oneapi-compiler-dpcpp-cpp-runtime": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars", - "intel-oneapi-compiler-shared-runtime", - "intel-oneapi-tbb", - "intel-oneapi-umf" - ], - "components": [ - { - "name": "intel-oneapi-compiler-dpcpp-cpp-runtime-2025.3", - "sha256": "b10742951317fc292de902e17e815904d359a6dec48d5df40b11abcd537eb314", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-compiler-dpcpp-cpp-runtime-2025.3-2025.3.1-760.x86_64.rpm", - "version": "2025.3.1" - } - ], - "version": "2025.3.1" - }, - "intel-oneapi-compiler-dpcpp-eclipse-cfg": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars" - ], - "components": [ - { - "name": "intel-oneapi-compiler-dpcpp-eclipse-cfg-2025.3", - "sha256": "a32d745f520e171bb0bce45e327bba22171989f6fb100b5dda63ecc24ad5a91d", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-compiler-dpcpp-eclipse-cfg-2025.3-2025.3.1-760.noarch.rpm", - "version": "2025.3.1" - } - ], - "version": "2025.3.1" - }, - "intel-oneapi-compiler-shared": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars", - "intel-oneapi-compiler-shared-common", - "intel-oneapi-compiler-shared-runtime", - "intel-oneapi-dpcpp-debugger" - ], - "components": [ - { - "name": "intel-oneapi-compiler-shared-2025.3", - "sha256": "f00e455a96e5be206388c8eb10c34bfbdc89ca2b281dcb4a366f49fc3e2c269b", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-compiler-shared-2025.3-2025.3.1-760.x86_64.rpm", - "version": "2025.3.1" - } - ], - "version": "2025.3.1" - }, - "intel-oneapi-compiler-shared-common": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars" - ], - "components": [ - { - "name": "intel-oneapi-compiler-shared-common-2025.3", - "sha256": "64a502090b1dcdf2c96974f2c7e8d981e70753fe92dae34d22ebc0152d777c11", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-compiler-shared-common-2025.3-2025.3.1-760.noarch.rpm", - "version": "2025.3.1" - } - ], - "version": "2025.3.1" - }, - "intel-oneapi-compiler-shared-runtime": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars", - "intel-oneapi-openmp" - ], - "components": [ - { - "name": "intel-oneapi-compiler-shared-runtime-2025.3", - "sha256": "97dafadc2986d234d0e96cf43d6230df4f5479d0afff603ee1b56387b9dffe90", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-compiler-shared-runtime-2025.3-2025.3.1-760.x86_64.rpm", - "version": "2025.3.1" - } - ], - "version": "2025.3.1" - }, - "intel-oneapi-dev-utilities": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars", - "intel-oneapi-dev-utilities-eclipse-cfg" - ], - "components": [ - { - "name": "intel-oneapi-dev-utilities-2025.3", - "sha256": "722dc0d1818bb5c75ff666ac297a3fff10c717fb696c62a6a7741bd841908d91", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-dev-utilities-2025.3-2025.3.0-213.x86_64.rpm", - "version": "2025.3.0" - } - ], - "version": "2025.3.0" - }, - "intel-oneapi-dev-utilities-eclipse-cfg": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars" - ], - "components": [ - { - "name": "intel-oneapi-dev-utilities-eclipse-cfg-2025.3", - "sha256": "6f0505d5004c446047dd9ad9ad8ddecda968977c095cc5b2eac66e7a10a4f4f7", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-dev-utilities-eclipse-cfg-2025.3-2025.3.0-213.noarch.rpm", - "version": "2025.3.0" - } - ], - "version": "2025.3.0" - }, - "intel-oneapi-dnnl": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars", - "intel-oneapi-compiler-dpcpp-cpp-runtime", - "intel-oneapi-tbb" - ], - "components": [ - { - "name": "intel-oneapi-dnnl-2025.3", - "sha256": "3cb45cf556f15911ab414bc6d9c053e97def62e5e0a39873a78149f4a927e14e", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-dnnl-2025.3-2025.3.0-409.x86_64.rpm", - "version": "2025.3.0" - }, - { - "name": "intel-oneapi-dnnl-devel-2025.3", - "sha256": "16a8d5bc10f231ff3c278f0012a25c6a5284c3f9c47ca86c86a64af111015759", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-dnnl-devel-2025.3-2025.3.0-409.x86_64.rpm", - "version": "2025.3.0" - } - ], - "version": "2025.3.0" - }, - "intel-oneapi-dpcpp-cpp": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars", - "intel-oneapi-compiler-dpcpp-cpp-common", - "intel-oneapi-compiler-dpcpp-cpp-runtime", - "intel-oneapi-compiler-shared", - "intel-oneapi-dev-utilities", - "intel-oneapi-tbb" - ], - "components": [ - { - "name": "intel-oneapi-dpcpp-cpp-2025.3", - "sha256": "21f46120522ea2e25fd23dcf1820f621db6f0e91cb442f58d7ebec5993d901ca", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-dpcpp-cpp-2025.3-2025.3.1-760.x86_64.rpm", - "version": "2025.3.1" - } - ], - "version": "2025.3.1" - }, - "intel-oneapi-icc-eclipse-plugin-cpp": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars" - ], - "components": [ - { - "name": "intel-oneapi-icc-eclipse-plugin-cpp-2025.3", - "sha256": "b8fec88e5f0bca4f446ec9c429a3e4c18be5c96f6836c37da037fe3b9b792e5f", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-icc-eclipse-plugin-cpp-2025.3-2025.3.1-760.noarch.rpm", - "version": "2025.3.1" - } - ], - "version": "2025.3.1" - }, - "intel-oneapi-libdpstd-devel": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars" - ], - "components": [ - { - "name": "intel-oneapi-libdpstd-devel-2022.10", - "sha256": "4db308c61e26ddaf52c35e0b578b591e68eca65a5e747dd0babc09f3a69bdba9", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-libdpstd-devel-2022.10-2022.10.0-275.x86_64.rpm", - "version": "2022.10.0" - } - ], - "version": "2022.10.0" - }, - "intel-oneapi-mkl-classic-devel": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars", - "intel-oneapi-mkl-classic-include", - "intel-oneapi-mkl-cluster", - "intel-oneapi-mkl-core" - ], - "components": [ - { - "name": "intel-oneapi-mkl-classic-devel-2025.3", - "sha256": "e455649239d811cfe101b4bc067b9f9a27b9a3082cad324dc2273920a4fc95d9", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-mkl-classic-devel-2025.3-2025.3.0-461.x86_64.rpm", - "version": "2025.3.0" - } - ], - "version": "2025.3.0" - }, - "intel-oneapi-mkl-classic-include": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars" - ], - "components": [ - { - "name": "intel-oneapi-mkl-classic-include-2025.3", - "sha256": "e4e42494d1b318b480777af5bf86b45d7d4be6f331c93d4dfc93267b6edf35ff", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-mkl-classic-include-2025.3-2025.3.0-461.x86_64.rpm", - "version": "2025.3.0" - } - ], - "version": "2025.3.0" - }, - "intel-oneapi-mkl-cluster": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars", - "intel-oneapi-mkl-core" - ], - "components": [ - { - "name": "intel-oneapi-mkl-cluster-2025.3", - "sha256": "2982678dee2c0bbc9def815e3113694999e09d377353693d36526e679a8dbc7f", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-mkl-cluster-2025.3-2025.3.0-461.x86_64.rpm", - "version": "2025.3.0" - }, - { - "name": "intel-oneapi-mkl-cluster-devel-2025.3", - "sha256": "86aff0d8abfd028860b842eaea10b1824981a59b2a937b65917d7316c231a25f", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-mkl-cluster-devel-2025.3-2025.3.0-461.x86_64.rpm", - "version": "2025.3.0" - } - ], - "version": "2025.3.0" - }, - "intel-oneapi-mkl-core": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars", - "intel-oneapi-mkl-classic-include", - "intel-oneapi-openmp", - "intel-oneapi-tbb" - ], - "components": [ - { - "name": "intel-oneapi-mkl-core-2025.3", - "sha256": "935e1cec31a7179daa5c733585602ff6e14cfa4d79dfd55faa9dd9f3f0ddb59f", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-mkl-core-2025.3-2025.3.0-461.x86_64.rpm", - "version": "2025.3.0" - }, - { - "name": "intel-oneapi-mkl-core-devel-2025.3", - "sha256": "9652de378965dba6519a2472293662b5fad7efbb9b1be24c20216848c0851400", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-mkl-core-devel-2025.3-2025.3.0-461.x86_64.rpm", - "version": "2025.3.0" - } - ], - "version": "2025.3.0" - }, - "intel-oneapi-mkl-devel": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars", - "intel-oneapi-mkl-classic-devel", - "intel-oneapi-mkl-sycl" - ], - "components": [ - { - "name": "intel-oneapi-mkl-devel-2025.3", - "sha256": "7121600078c907927fd709b355bc781bde3ec928c38829d6ea8dfcf63e06bec5", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-mkl-devel-2025.3-2025.3.0-461.x86_64.rpm", - "version": "2025.3.0" - } - ], - "version": "2025.3.0" - }, - "intel-oneapi-mkl-sycl": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars", - "intel-oneapi-mkl-core", - "intel-oneapi-mkl-sycl-blas", - "intel-oneapi-mkl-sycl-data-fitting", - "intel-oneapi-mkl-sycl-dft", - "intel-oneapi-mkl-sycl-include", - "intel-oneapi-mkl-sycl-lapack", - "intel-oneapi-mkl-sycl-rng", - "intel-oneapi-mkl-sycl-sparse", - "intel-oneapi-mkl-sycl-stats", - "intel-oneapi-mkl-sycl-vm" - ], - "components": [ - { - "name": "intel-oneapi-mkl-sycl-2025.3", - "sha256": "aef47b2affa27a9df585a313d50add9257e607a43f41b7bbfe5bdf162cd0ed54", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-mkl-sycl-2025.3-2025.3.0-461.x86_64.rpm", - "version": "2025.3.0" - }, - { - "name": "intel-oneapi-mkl-sycl-devel-2025.3", - "sha256": "cfd1d43b00c203c3149051fd24cb729f8b01cdb4dca9ba579d062d14b2a94f07", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-mkl-sycl-devel-2025.3-2025.3.0-461.x86_64.rpm", - "version": "2025.3.0" - } - ], - "version": "2025.3.0" - }, - "intel-oneapi-mkl-sycl-blas": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars", - "intel-oneapi-compiler-dpcpp-cpp-runtime", - "intel-oneapi-mkl-core" - ], - "components": [ - { - "name": "intel-oneapi-mkl-sycl-blas-2025.3", - "sha256": "e66e56bb4054ab6f10af3304fb544e6d3017952c8ac094945000fbb0b928abda", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-mkl-sycl-blas-2025.3-2025.3.0-461.x86_64.rpm", - "version": "2025.3.0" - } - ], - "version": "2025.3.0" - }, - "intel-oneapi-mkl-sycl-data-fitting": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars", - "intel-oneapi-compiler-dpcpp-cpp-runtime", - "intel-oneapi-mkl-core" - ], - "components": [ - { - "name": "intel-oneapi-mkl-sycl-data-fitting-2025.3", - "sha256": "9f470c69a556b679b8444df9c6c7de79f2181a7fd814b123d3802163b7bb8d1a", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-mkl-sycl-data-fitting-2025.3-2025.3.0-461.x86_64.rpm", - "version": "2025.3.0" - } - ], - "version": "2025.3.0" - }, - "intel-oneapi-mkl-sycl-dft": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars", - "intel-oneapi-compiler-dpcpp-cpp-runtime", - "intel-oneapi-mkl-core" - ], - "components": [ - { - "name": "intel-oneapi-mkl-sycl-dft-2025.3", - "sha256": "f1dbab7a8ad71bc12a947afecd8412a626eabc2f8fe48826806a644abb9bd9eb", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-mkl-sycl-dft-2025.3-2025.3.0-461.x86_64.rpm", - "version": "2025.3.0" - } - ], - "version": "2025.3.0" - }, - "intel-oneapi-mkl-sycl-include": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars", - "intel-oneapi-mkl-classic-include" - ], - "components": [ - { - "name": "intel-oneapi-mkl-sycl-include-2025.3", - "sha256": "ae15fa54cc89b0e43f122ae800b44c78c89a5c79f96e0829d29ac68da152e35d", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-mkl-sycl-include-2025.3-2025.3.0-461.x86_64.rpm", - "version": "2025.3.0" - } - ], - "version": "2025.3.0" - }, - "intel-oneapi-mkl-sycl-lapack": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars", - "intel-oneapi-compiler-dpcpp-cpp-runtime", - "intel-oneapi-mkl-core", - "intel-oneapi-mkl-sycl-blas" - ], - "components": [ - { - "name": "intel-oneapi-mkl-sycl-lapack-2025.3", - "sha256": "c069dcb6cb9572a00865687d510ef9c9c1058a45113d8cde63cbb491fcc1496e", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-mkl-sycl-lapack-2025.3-2025.3.0-461.x86_64.rpm", - "version": "2025.3.0" - } - ], - "version": "2025.3.0" - }, - "intel-oneapi-mkl-sycl-rng": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars", - "intel-oneapi-compiler-dpcpp-cpp-runtime", - "intel-oneapi-mkl-core" - ], - "components": [ - { - "name": "intel-oneapi-mkl-sycl-rng-2025.3", - "sha256": "b9470b71947f567717f48642bc76a31dff7e9cff644f83fd43bb335a55eebee2", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-mkl-sycl-rng-2025.3-2025.3.0-461.x86_64.rpm", - "version": "2025.3.0" - } - ], - "version": "2025.3.0" - }, - "intel-oneapi-mkl-sycl-sparse": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars", - "intel-oneapi-compiler-dpcpp-cpp-runtime", - "intel-oneapi-mkl-core", - "intel-oneapi-mkl-sycl-blas" - ], - "components": [ - { - "name": "intel-oneapi-mkl-sycl-sparse-2025.3", - "sha256": "4e4ab4fcae87a29c0a6a8e52c521e86439d8dfa12361a0ec936a6aa3977f694a", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-mkl-sycl-sparse-2025.3-2025.3.0-461.x86_64.rpm", - "version": "2025.3.0" - } - ], - "version": "2025.3.0" - }, - "intel-oneapi-mkl-sycl-stats": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars", - "intel-oneapi-compiler-dpcpp-cpp-runtime", - "intel-oneapi-mkl-core" - ], - "components": [ - { - "name": "intel-oneapi-mkl-sycl-stats-2025.3", - "sha256": "3850c29adfd6fa54c3383d7b610136ec4cd1c42878753b518904d5cffb0c8e2f", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-mkl-sycl-stats-2025.3-2025.3.0-461.x86_64.rpm", - "version": "2025.3.0" - } - ], - "version": "2025.3.0" - }, - "intel-oneapi-mkl-sycl-vm": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars", - "intel-oneapi-compiler-dpcpp-cpp-runtime", - "intel-oneapi-mkl-core" - ], - "components": [ - { - "name": "intel-oneapi-mkl-sycl-vm-2025.3", - "sha256": "e3ffcccff417206a0eb1b3a816b753f2697f568f6370cad3118a6a135055a0ac", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-mkl-sycl-vm-2025.3-2025.3.0-461.x86_64.rpm", - "version": "2025.3.0" - } - ], - "version": "2025.3.0" - }, - "intel-oneapi-mpi": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars" - ], - "components": [ - { - "name": "intel-oneapi-mpi-2021.17", - "sha256": "bec0e170dbde2dc21105e927b83dc1e7843f871209d3aaf51f30cd800e3a2fd6", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-mpi-2021.17-2021.17.1-12.x86_64.rpm", - "version": "2021.17.1" - }, - { - "name": "intel-oneapi-mpi-devel-2021.17", - "sha256": "949dd2c1a4adffc21bfb854219b20d5c248e6f97a1841d29ab1d8da0da132f51", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-mpi-devel-2021.17-2021.17.1-12.x86_64.rpm", - "version": "2021.17.1" - } - ], - "version": "2021.17.1" - }, - "intel-oneapi-openmp": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars", - "intel-oneapi-openmp-common", - "intel-oneapi-umf" - ], - "components": [ - { - "name": "intel-oneapi-openmp-2025.3", - "sha256": "7a7e2f7d964549fa191dbb64a2db497e75f571a6fbd9b0bb0f80624fd93e508d", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-openmp-2025.3-2025.3.1-760.x86_64.rpm", - "version": "2025.3.1" - } - ], - "version": "2025.3.1" - }, - "intel-oneapi-openmp-common": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars" - ], - "components": [ - { - "name": "intel-oneapi-openmp-common-2025.3", - "sha256": "804e1050f704939520a976d57336f4e7d4165453f69d2110293c86a9cde03d25", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-openmp-common-2025.3-2025.3.1-760.noarch.rpm", - "version": "2025.3.1" - } - ], - "version": "2025.3.1" - }, - "intel-oneapi-tbb": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars", - "intel-oneapi-tcm" - ], - "components": [ - { - "name": "intel-oneapi-tbb-2022.3", - "sha256": "331ae60113cdf191d5d575cda42c4d98637bb7b92e90d041ab7c071ba2332664", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-tbb-2022.3-2022.3.0-381.x86_64.rpm", - "version": "2022.3.0" - }, - { - "name": "intel-oneapi-tbb-devel-2022.3", - "sha256": "7f4999ba52ce4d81764548a15a115243c0ee6794c7c3dceb302f3c6b7c273ecb", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-tbb-devel-2022.3-2022.3.0-381.x86_64.rpm", - "version": "2022.3.0" - } - ], - "version": "2022.3.0" - }, - "intel-oneapi-tcm": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars" - ], - "components": [ - { - "name": "intel-oneapi-tcm-1.4", - "sha256": "0bf64ee1f91ab22e9a4bf7b5f7c34808da73f7d360dcc2749a2828e8987454d5", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-tcm-1.4-1.4.1-445.x86_64.rpm", - "version": "1.4.1" - } - ], - "version": "1.4.1" - }, - "intel-oneapi-tlt": { - "deps": [], - "components": [ - { - "name": "intel-oneapi-tlt-2025.3", - "sha256": "41dd687577fbd03def5b3c559f91eab1444ce291a317d8318b0a92ba7ea9b733", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-tlt-2025.3-2025.3.0-157.x86_64.rpm", - "version": "2025.3.0" - } - ], - "version": "2025.3.0" - }, - "intel-oneapi-umf": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars", - "intel-oneapi-tcm" - ], - "components": [ - { - "name": "intel-oneapi-umf-1.0", - "sha256": "08755ca90c4393a7756319d8806d57f3f6a406dc8a2c8b67a717bc0da5cad9ef", - "url": "https://yum.repos.intel.com/oneapi/intel-oneapi-umf-1.0-1.0.2-81.x86_64.rpm", - "version": "1.0.2" - } - ], - "version": "1.0.2" - }, - "intel-pti": { - "deps": [ - "intel-oneapi-common-licensing", - "intel-oneapi-common-oneapi-vars", - "intel-oneapi-common-vars" - ], - "components": [ - { - "name": "intel-pti-0.15", - "sha256": "e1ab8ff6d54a79e166e95000edd99a9d6c8074cbc87576dba896dd967af3c617", - "url": "https://yum.repos.intel.com/oneapi/intel-pti-0.15-0.15.0-13.x86_64.rpm", - "version": "0.15.0" - } - ], - "version": "0.15.0" - }, - "intel-pti-dev": { - "deps": [ - "intel-pti" - ], - "components": [ - { - "name": "intel-pti-dev-0.15", - "sha256": "7415baaebb4f56e0e79a7e1df03e0e037049a7f6450e55c3782b4314e5bde504", - "url": "https://yum.repos.intel.com/oneapi/intel-pti-dev-0.15-0.15.0-13.x86_64.rpm", - "version": "0.15.0" - } - ], - "version": "0.15.0" - } -} diff --git a/nix-builder/tests/Dockerfile.test-kernel b/nix-builder/tests/Dockerfile.test-kernel index 19a5810a..627cda9d 100644 --- a/nix-builder/tests/Dockerfile.test-kernel +++ b/nix-builder/tests/Dockerfile.test-kernel @@ -3,7 +3,7 @@ ARG PYTHON_VERSION=3.10 # Test with the oldest CUDA version supported by the latest PyTorch. ARG CUDA_VERSION=12.6.0 ARG UBI_VERSION=8 -ARG TORCH_VERSION=2.11.0 +ARG TORCH_VERSION=2.12.0 FROM nvidia/cuda:${CUDA_VERSION}-devel-ubi${UBI_VERSION} as base diff --git a/nix-builder/versions.nix b/nix-builder/versions.nix index 1618d26e..4e15c3b5 100644 --- a/nix-builder/versions.nix +++ b/nix-builder/versions.nix @@ -2,68 +2,10 @@ { torchVersion = "2.11"; cpu = true; - systems = [ - "aarch64-darwin" - "x86_64-linux" - "aarch64-linux" - ]; - bundleBuild = true; - tvmFfiVersion = "0.1"; - } - { - torchVersion = "2.11"; - cudaVersion = "12.6"; systems = [ "x86_64-linux" - "aarch64-linux" - ]; - bundleBuild = true; - tvmFfiVersion = "0.1"; - } - { - torchVersion = "2.11"; - cudaVersion = "12.8"; - systems = [ - "x86_64-linux" - "aarch64-linux" - ]; - bundleBuild = true; - tvmFfiVersion = "0.1"; - } - { - torchVersion = "2.11"; - cudaVersion = "13.0"; - systems = [ - "x86_64-linux" - "aarch64-linux" ]; - bundleBuild = true; - tvmFfiVersion = "0.1"; - } - { - torchVersion = "2.11"; - metal = true; - systems = [ "aarch64-darwin" ]; - bundleBuild = true; - } - { - torchVersion = "2.11"; - rocmVersion = "7.1"; - systems = [ "x86_64-linux" ]; - bundleBuild = true; - } - { - torchVersion = "2.11"; - rocmVersion = "7.2"; - systems = [ "x86_64-linux" ]; - bundleBuild = true; - } - { - torchVersion = "2.11"; - xpuVersion = "2025.3.2"; - systems = [ "x86_64-linux" ]; - bundleBuild = true; - tvmFfiVersion = "0.1"; + bundleBuild = false; } { @@ -75,6 +17,7 @@ "aarch64-linux" ]; bundleBuild = true; + tvmFfiVersion = "0.1"; } { torchVersion = "2.12"; @@ -84,6 +27,7 @@ "aarch64-linux" ]; bundleBuild = true; + tvmFfiVersion = "0.1"; } { torchVersion = "2.12"; @@ -93,6 +37,7 @@ "aarch64-linux" ]; bundleBuild = true; + tvmFfiVersion = "0.1"; } { torchVersion = "2.12"; @@ -127,6 +72,7 @@ xpuVersion = "2025.3.2"; systems = [ "x86_64-linux" ]; bundleBuild = true; + tvmFfiVersion = "0.1"; } {