Commit Graph

10 Commits

Author SHA1 Message Date
Sebastian Neubauer
371d3f6e0f hip: 5.2.1 → 5.2.3 2022-08-22 10:15:04 +00:00
Sebastian Neubauer
ec590fdd24 llvmPackages_rocm: compile as one derivation
This is the supported way rocm is tested.
It makes packaging in nix a *lot* easier (see the code size).

An important change is the dontLink detection in the clang/clang++
wrapper script: When compiling with --cuda-device-only,
the linker must not be set, otherwise e.g. the blender kernels fail to
compile.
2022-08-16 19:20:55 +02:00
Sebastian Neubauer
9513a3b0c2 hip: 5.1.1 -> 5.2.1 2022-08-16 18:21:00 +02:00
Sebastian Neubauer
4d5bc15ef3 hip: 5.0.2 -> 5.1.1 2022-05-05 18:36:00 +02:00
Anthony Cowley
eb20eae90f
llvmPackages_rocm: 4.5.2 -> 5.0.2 (#165362)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-27 20:35:14 +02:00
Robert Schütz
2100bdfc80 hip: use python3 2022-01-30 04:53:33 +00:00
Robert Schütz
d5cceedbd1 python,pythonPackages: make aliases
Since aliases are disallowed in nixpkgs, this makes usage of Python 2
which is EOL more explicit.
2022-01-16 18:39:59 +00:00
Neubauer, Sebastian
9659611dc1 hip: 4.3.1 → 4.5.2
hip was split into multiple repositories.
This builds the version for AMD GPUs.
2021-12-22 13:40:48 +01:00
Sebastian Neubauer
48a54cc820 hip: add update script 2021-09-09 15:42:07 +02:00
Bernardo Meurer
75125b85d0
hip: init at 4.3.1
Co-Authored-By: acowley <acowley@users.noreply.github.com>
2021-09-06 12:01:57 -07:00