Add compiler_hip fixes

@wozeparrot's fixes for compiler_hip.py
This commit is contained in:
deftdawg
2024-12-23 11:49:38 -05:00
committed by GitHub
parent 2877041a45
commit d1d640e331
@@ -88,6 +88,12 @@ buildPythonPackage rec {
substituteInPlace tinygrad/runtime/autogen/hip.py \
--replace-fail "/opt/rocm/" "${rocmPackages.clr}/"
substituteInPlace tinygrad/runtime/support/compiler_hip.py \
--replace-fail "/opt/rocm/include" "${rocmPackages.clr}/include"
substituteInPlace tinygrad/runtime/support/compiler_hip.py \
--replace-fail "/opt/rocm/llvm" "${rocmPackages.llvm.llvm}"
substituteInPlace tinygrad/runtime/autogen/comgr.py \
--replace-fail "/opt/rocm/" "${rocmPackages.rocm-comgr}/"
'';