2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-18 19:54:05 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
Sebastian Neubauer
01819daec1 hip: 5.2.3 → 5.3.0 2022-10-10 21:35:27 +02:00
Robin Voetter
e3d748a92b
hip: fix hip cmake config
Update paths in cmake config files provided by HIP and hipamd to the proper
location in the Nix store. Previously these files were trying to find headers
in a way that assumes the typical ROCm installation (where everything is in
/opt/rocm). This resulted in a bunch of errors when trying to compile HIP
projects that are configured with cmake, like include paths that were set
incorrectly or header paths that were not found.
2022-09-12 00:04:40 +02:00
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 ()
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