rocmPackages.miopen: disable MIOPEN_USE_SQLITE_PERFDB to fix bnorm crash

This commit is contained in:
Luna Nova
2026-04-07 14:56:45 -07:00
parent 0030acac9e
commit 853d5aa780
@@ -203,7 +203,6 @@ stdenv.mkDerivation (finalAttrs: {
"-DAMDGPU_TARGETS=${lib.concatStringsSep ";" supportedTargets}"
"-DGPU_TARGETS=${lib.concatStringsSep ";" supportedTargets}"
"-DGPU_ARCHS=${lib.concatStringsSep ";" supportedTargets}"
"-DMIOPEN_USE_SQLITE_PERFDB=ON"
"-DCMAKE_VERBOSE_MAKEFILE=ON"
"-DCMAKE_MODULE_PATH=${clr}/hip/cmake"
"-DCMAKE_BUILD_TYPE=Release"