Unverified Commit 0030acac authored by Luna Nova's avatar Luna Nova
Browse files

rocmPackages.miopen: add bnorm impureTest

Repro for 'Internal error while accessing SQLite database: table config has no column named mode'
parent 60e5555b
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -285,7 +285,12 @@ stdenv.mkDerivation (finalAttrs: {
  requiredSystemFeatures = [ "big-parallel" ];

  passthru.impureTests = {
    # bash $(nix-build -A rocmPackages.miopen.passthru.impureTests.conv)
    # bash $(nix-build -A rocmPackages.miopen.passthru.impureTests.conv) etc
    bnorm = callPackage ./test-runtime-compilation.nix {
      miopen = finalAttrs.finalPackage;
      name = "bnorm";
      testScript = "MIOpenDriver bnorm -n 16 -c 16 -H 512 -W 512 -m 1 -F 1 -s 1 -r 1";
    };
    conv = callPackage ./test-runtime-compilation.nix {
      miopen = finalAttrs.finalPackage;
      name = "conv";