about summary refs log tree commit diff
path: root/pkgs/development/rocm-modules/5/migraphx
diff options
context:
space:
mode:
authorMadoura <madouura@gmail.com>2023-12-17 05:41:00 -0600
committerMadoura <madouura@gmail.com>2023-12-18 10:54:01 -0600
commitb00586cb2611a9fad32eb1e716dda41e3e4ae586 (patch)
treeac6de3693429a66e3ee39bc0710349dbd38b4b3c /pkgs/development/rocm-modules/5/migraphx
parent1f3ddf0a271ca0d3863785ca010379f3f5ec351c (diff)
downloadnixlib-b00586cb2611a9fad32eb1e716dda41e3e4ae586.tar
nixlib-b00586cb2611a9fad32eb1e716dda41e3e4ae586.tar.gz
nixlib-b00586cb2611a9fad32eb1e716dda41e3e4ae586.tar.bz2
nixlib-b00586cb2611a9fad32eb1e716dda41e3e4ae586.tar.lz
nixlib-b00586cb2611a9fad32eb1e716dda41e3e4ae586.tar.xz
nixlib-b00586cb2611a9fad32eb1e716dda41e3e4ae586.tar.zst
nixlib-b00586cb2611a9fad32eb1e716dda41e3e4ae586.zip
rocmPackages_5: GitHub repo owner has generally changed to 'ROCm'
'RadeonOpenCompute', 'ROCm-Developer-Tools', 'ROCmSoftwarePlatform', 'GPUOpen-ProfessionalCompute-Libraries' -> 'ROCm'
Diffstat (limited to 'pkgs/development/rocm-modules/5/migraphx')
-rw-r--r--pkgs/development/rocm-modules/5/migraphx/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/rocm-modules/5/migraphx/default.nix b/pkgs/development/rocm-modules/5/migraphx/default.nix
index 0682ce43de9b..006a5ca9990b 100644
--- a/pkgs/development/rocm-modules/5/migraphx/default.nix
+++ b/pkgs/development/rocm-modules/5/migraphx/default.nix
@@ -59,7 +59,7 @@ in stdenv.mkDerivation (finalAttrs: {
   ];
 
   src = fetchFromGitHub {
-    owner = "ROCmSoftwarePlatform";
+    owner = "ROCm";
     repo = "AMDMIGraphX";
     rev = "rocm-${finalAttrs.version}";
     hash = "sha256-lg3pxHBpwqxBvdOQgE44YKLuumhkVF6b3Xx4+cw7jNQ=";
@@ -123,7 +123,7 @@ in stdenv.mkDerivation (finalAttrs: {
       --replace "set(MIGRAPHX_TIDY_ERRORS ALL)" ""
 
     # JIT library was removed from composable_kernel...
-    # https://github.com/ROCmSoftwarePlatform/composable_kernel/issues/782
+    # https://github.com/ROCm/composable_kernel/issues/782
     substituteInPlace src/targets/gpu/CMakeLists.txt \
       --replace " COMPONENTS jit_library" "" \
       --replace " composable_kernel::jit_library" "" \
@@ -162,7 +162,7 @@ in stdenv.mkDerivation (finalAttrs: {
 
   meta = with lib; {
     description = "AMD's graph optimization engine";
-    homepage = "https://github.com/ROCmSoftwarePlatform/AMDMIGraphX";
+    homepage = "https://github.com/ROCm/AMDMIGraphX";
     license = with licenses; [ mit ];
     maintainers = teams.rocm.members;
     platforms = platforms.linux;