opensycl: build against ROCm 5.7

This commit is contained in:
Martin Schwaighofer 2024-03-02 18:37:46 +01:00
parent 44b03bd350
commit e908ad7d01
1 changed files with 3 additions and 1 deletions

View File

@ -9,11 +9,13 @@
, libffi
, makeWrapper
, config
, rocmPackages
, rocmPackages_5
, rocmSupport ? config.rocmSupport
}:
let
inherit (llvmPackages_15) stdenv;
# move to newer ROCm version once supported
rocmPackages = rocmPackages_5;
in
stdenv.mkDerivation rec {
pname = "OpenSYCL";