!eWOErHSaiddIbsUNsJ:nixos.org

NixOS CUDA

290 Members
CUDA packages maintenance and support in nixpkgs | https://github.com/orgs/NixOS/projects/27/ | https://nixos.org/manual/nixpkgs/unstable/#cuda57 Servers

Load older messages


SenderMessageTime
1 Aug 2024
@ss:someonex.netSomeoneSerge (back on matrix)Sorry got to leave now for a while17:29:35
@yorickvp:matrix.orgyorickvp

bisecting the following:

let
  pkgs = import ./. {
    config = {
      allowUnfree = true;
      cudaCapabilities = [ "8.6" ];
      cudaSupport = true;
    };
  };
in
{
  torchtest = (pkgs.python3.pkgs.torch.override { openai-triton = null; }).overridePythonAttrs (o: {
    disallowedReferences = [ pkgs.python3.pkgs.torch.cudaPackages.cuda_nvcc.stdenv.cc.cc.lib ];
    USE_CUDNN = 0;
    USE_KINETO = 0;
    USE_QNNPACK = 0;
    USE_PYTORCH_QNNPACK = 0;
    USE_XNNPACK = 0;
    INTERN_DISABLE_ONNX = 1;
    ONNX_ML = 0;
    USE_ITT = 0;
    USE_FLASH_ATTENTION = 0;
    USE_MEM_EFF_ATTENTION = 0;
    USE_FBGEMM = 0;
    USE_MKLDNN = 0;
  });
}
17:37:11
@yorickvp:matrix.orgyorickvp
In reply to @yorickvp:matrix.org

bisecting the following:

let
  pkgs = import ./. {
    config = {
      allowUnfree = true;
      cudaCapabilities = [ "8.6" ];
      cudaSupport = true;
    };
  };
in
{
  torchtest = (pkgs.python3.pkgs.torch.override { openai-triton = null; }).overridePythonAttrs (o: {
    disallowedReferences = [ pkgs.python3.pkgs.torch.cudaPackages.cuda_nvcc.stdenv.cc.cc.lib ];
    USE_CUDNN = 0;
    USE_KINETO = 0;
    USE_QNNPACK = 0;
    USE_PYTORCH_QNNPACK = 0;
    USE_XNNPACK = 0;
    INTERN_DISABLE_ONNX = 1;
    ONNX_ML = 0;
    USE_ITT = 0;
    USE_FLASH_ATTENTION = 0;
    USE_MEM_EFF_ATTENTION = 0;
    USE_FBGEMM = 0;
    USE_MKLDNN = 0;
  });
}
disallowedReferences seems not to work, though
17:52:16
@yorickvp:matrix.orgyorickvpit was already broken on dc7b3febf8d862328d8704de5c8437d2df442c7618:02:02
@yorickvp:matrix.orgyorickvp(23.11 branchoff)18:02:06
@ss:someonex.netSomeoneSerge (back on matrix) Ehh cuda_nvcc.stdenv.cc looks wrong 18:35:31
@ss:someonex.netSomeoneSerge (back on matrix)Or maybe you're tight it's the unwrapped one18:36:12
@ss:someonex.netSomeoneSerge (back on matrix)* Or maybe you're right it's the unwrapped one18:36:19
@ss:someonex.netSomeoneSerge (back on matrix)Butthe reference could be through triton18:36:48
@ss:someonex.netSomeoneSerge (back on matrix)I think you have to print-rpath18:37:09
@yorickvp:matrix.orgyorickvp23.05 uses a cuda gcc that matches the default gcc, so I can't tell if it works there18:38:51
@yorickvp:matrix.orgyorickvpokay, the reason this worked before for me is that I was using a torch binary that was also compiled with gcc 12 lib20:54:03
@yorickvp:matrix.orgyorickvpI think this reproduces my problem: https://gist.github.com/yorickvP/28713f755f720e7f23d7f64a02a45ca3 after configurePhase, build.ninja's LINK_PATH entries all have gcc-12.3.0-lib21:12:28
2 Aug 2024
@hexa:lossy.networkhexaimage.png
Download image.png
20:35:44
@hexa:lossy.networkhexakilling botorch tests on x86-64-linux when20:35:56
@hexa:lossy.networkhexathey're just flaky when run under pressure20:49:54
@hexa:lossy.networkhexahttps://github.com/NixOS/nixpkgs/pull/33185721:23:41
@ss:someonex.netSomeoneSerge (back on matrix)
In reply to @hexa:lossy.network
killing botorch tests on x86-64-linux when
πŸ’―
23:16:15
@ss:someonex.netSomeoneSerge (back on matrix)
In reply to @hexa:lossy.network
killing botorch tests on x86-64-linux when
Negative affinity in Nix when
23:17:27
5 Aug 2024
@hexa:lossy.networkhexaI think disabling that particular test helped12:19:49
@connorbaker:matrix.orgconnor (he/him)botorch test suite πŸ™…β€β™‚οΈ16:44:17
@aidalgol:matrix.orgaidalgol I misread that as "brotorch" for a sec. 19:20:03
@aidalgol:matrix.orgaidalgol * I misread that as "brotorch" for a sec. 19:20:12
6 Aug 2024
@connorbaker:matrix.orgconnor (he/him)

:(

23:48:20
@connorbaker:matrix.orgconnor (he/him)https://www.phoronix.com/news/AMD-ZLUDA-CUDA-Taken-Down23:48:23
7 Aug 2024
@adam:robins.wtf@adam:robins.wtf changed their display name from adamcstephens 🐝 to adamcstephensL.00:17:22
@adam:robins.wtf@adam:robins.wtf changed their display name from adamcstephensL to adamcstephens.00:17:44
@ss:someonex.netSomeoneSerge (back on matrix)
In reply to @connorbaker:matrix.org
https://www.phoronix.com/news/AMD-ZLUDA-CUDA-Taken-Down
This is just an embarassment
01:58:12
@glepage:matrix.orgGaétan Lepage😞05:49:43
@kaya:catnip.eekaya 𖀐 changed their profile picture.09:15:54

Show newer messages


Back to Room ListRoom Version: 9