We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2877041 commit d1d640eCopy full SHA for d1d640e
pkgs/development/python-modules/tinygrad/default.nix
@@ -88,6 +88,12 @@ buildPythonPackage rec {
88
substituteInPlace tinygrad/runtime/autogen/hip.py \
89
--replace-fail "/opt/rocm/" "${rocmPackages.clr}/"
90
91
+ substituteInPlace tinygrad/runtime/support/compiler_hip.py \
92
+ --replace-fail "/opt/rocm/include" "${rocmPackages.clr}/include"
93
+
94
95
+ --replace-fail "/opt/rocm/llvm" "${rocmPackages.llvm.llvm}"
96
97
substituteInPlace tinygrad/runtime/autogen/comgr.py \
98
--replace-fail "/opt/rocm/" "${rocmPackages.rocm-comgr}/"
99
'';
0 commit comments