15 Commits

Author SHA1 Message Date
Eman Resu
ff094f60ad treewide: replace more singleton license lists 2026-07-15 14:04:39 -04:00
Luna Nova
71b2c2d35a rocmPackages: 7.2.2 -> 7.2.3
https://rocm.docs.amd.com/en/docs-7.2.3/about/release-notes.html
2026-05-06 08:43:59 -07:00
Luna Nova
388127f06e rocmPackages: 7.2.1 -> 7.2.2
https://rocm.docs.amd.com/en/docs-7.2.2/about/release-notes.html
2026-04-15 09:32:07 -07:00
Luna Nova
374d7b4b48 rocmPackages: teach local update script to use finalAttrs and infer config 2026-03-27 10:54:08 -07:00
Luna Nova
4fb1de3dda rocmPackages: 7.2.0 -> 7.2.1
Release notes: https://rocm.docs.amd.com/en/latest/about/release-notes.html
2026-03-27 10:54:08 -07:00
Luna Nova
c1c21ed522 rocmPackages.migraphx: add migraphx-driver impureTest using small resnet 2026-03-10 09:04:40 -07:00
Luna Nova
691e492590 rocmPackages: 7.1.1 -> 7.2.0
Thanks @GZGavinZhao for providing continued support in the form of
the ISA compat patch set.

Co-Authored-By: Gavin Zhao <git@gzgz.dev>
2026-02-28 21:51:01 -08:00
quantenzitrone
67e867c4e4 onednn: fix homepage and rename from oneDNN
rename to lowercase to fit package naming conventions
2026-02-08 22:02:17 +01:00
André Silva
ccfe422e56 rocmPackages.migraphx: enable mlir 2026-02-07 20:38:20 +00:00
Luna Nova
fb969ce6a5 rocmPackages: 7.0.2 -> 7.1.1 2026-01-24 16:06:50 -08:00
Fabián Heredia Montiel
09348bea1f rocmPackages.migraphx: fix abseil include
currently errors with:

    cd /build/source/build/src/tf && /nix/store/pbmzp0a639n7bgch2ayainja9bvhfri9-clr-7.0.2/bin/amdclang++  -isystem /build/source/build/src/tf -isystem /nix/store/kiqarh0s4z2kcd7p3sq049kcc85syww8-protobuf-32.1/inclu>
    In file included from /build/source/build/src/onnx/onnx.pb.cc:6:
    In file included from /build/source/build/src/onnx/onnx.pb.h:20:
    /nix/store/kiqarh0s4z2kcd7p3sq049kcc85syww8-protobuf-32.1/include/google/protobuf/io/coded_stream.h:101:10: fatal error: 'absl/base/optimization.h' file not found
      101 | #include "absl/base/optimization.h"
          |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
    [  5%] Building CXX object src/targets/gpu/CMakeFiles/embed_lib_migraphx_kernels.dir/migraphx/kernels/copy.hpp.cpp.o
    cd /build/source/build/src/targets/gpu && /nix/store/pbmzp0a639n7bgch2ayainja9bvhfri9-clr-7.0.2/bin/amdclang++  -I/build/source/build/src/targets/gpu/embed/migraphx_kernels/include -w -isystem/nix/store/46my897r>
    In file included from /build/source/build/src/tf/graph.pb.cc:6:
    In file included from /build/source/build/src/tf/graph.pb.h:20:
    /nix/store/kiqarh0s4z2kcd7p3sq049kcc85syww8-protobuf-32.1/include/google/protobuf/io/coded_stream.h:101:10: fatal error: 'absl/base/optimization.h' file not found
      101 | #include "absl/base/optimization.h"
          |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
2026-01-19 20:38:29 -06:00
K900
e0e84bb8fc Merge remote-tracking branch 'origin/master' into staging-next 2026-01-18 11:09:55 +03:00
Luna Nova
3504249611 rocmPackages.migraphx: fix unicode minus sign breaking CArrays embed
A comment in src/targets/gpu/kernels/include/migraphx/kernels/bit.hpp
contains a Unicode MINUS SIGN instead of ASCII hyphen:
  // popcount(~(x | −x))

When EMBED_USE=CArrays, the cmake Embed.cmake mechanism reads source
files as hex and generates char[] arrays. The UTF-8 encoding of U+2212
(0xe2 0x88 0x92) causes a compile error:
  constant expression evaluates to 226 which cannot be narrowed
         to type 'char' [-Wc++11-narrowing]
2026-01-16 10:44:23 -08:00
Luna Nova
b280ad4aaf rocmPackages: 7.0.1 -> 7.0.2 2026-01-16 10:44:22 -08:00
Luna Nova
fc1f8110e8 rocmPackages: 6.4.3 -> 7.0.1 2026-01-16 10:44:22 -08:00