!eWOErHSaiddIbsUNsJ:nixos.org

NixOS CUDA

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

You have reached the beginning of time (for this room).


SenderMessageTime
20 Dec 2024
@matthewcroughan:defenestrate.itmatthewcroughan Oh wow.. I made it work SomeoneSerge (utc+3) 14:22:02
@matthewcroughan:defenestrate.itmatthewcroughanit was some systemd hardening feature causing it14:22:10
@matthewcroughan:defenestrate.itmatthewcroughan

It is one of these, but we do not know which one it is

          DevicePolicy = "closed";
          LockPersonality = true;
          MemoryDenyWriteExecute = true;
          NoNewPrivileges = true;
          PrivateDevices = false; # hides acceleration devices
          PrivateTmp = true;
          PrivateUsers = true;
          ProcSubset = "all"; # /proc/meminfo
          ProtectClock = true;
          ProtectControlGroups = true;
          ProtectHome = true;
          ProtectHostname = true;
          ProtectKernelLogs = true;
          ProtectKernelModules = true;
          ProtectKernelTunables = true;
          ProtectProc = "invisible";
          ProtectSystem = "strict";
          RemoveIPC = true;
          RestrictNamespaces = true;
          RestrictRealtime = true;
          RestrictSUIDSGID = true;
          RestrictAddressFamilies = [
            "AF_INET"
            "AF_INET6"
            "AF_UNIX"
          ];
          SupplementaryGroups = [ "render" ]; # for rocm to access /dev/dri/renderD* devices
          SystemCallArchitectures = "native";
          SystemCallFilter = [
            "@system-service @resources"
            "~@privileged"
          ];
          UMask = "0077";

14:24:04
@matthewcroughan:defenestrate.itmatthewcroughannow comes the bisecting14:28:29
@matthewcroughan:defenestrate.itmatthewcroughan It appears it was WriteMemoryDenyExecute causing it 14:35:34
@matthewcroughan:defenestrate.itmatthewcroughanhttps://github.com/pytorch/pytorch/issues/14365114:54:06
@matthewcroughan:defenestrate.itmatthewcroughanMade an issue in pytorch anyway 14:54:10
@ss:someonex.netSomeoneSerge (matrix works sometimes)Nice. Maybe it's some kind of JIT stuff?14:54:41
@matthewcroughan:defenestrate.itmatthewcroughanYeah, I disabled JIT I thought with a var14:54:52
@matthewcroughan:defenestrate.itmatthewcroughanwho knows 14:54:53
@matthewcroughan:defenestrate.itmatthewcroughan PYTORCH_JIT = "0"; 14:55:08
@matthewcroughan:defenestrate.itmatthewcroughanI thought this had worked, maybe it had no impact for another reason 14:55:15
@matthewcroughan:defenestrate.itmatthewcroughanit seems to completely work with this turned off though14:56:43
@matthewcroughan:defenestrate.itmatthewcroughan Oh this is *so good SomeoneSerge (utc+3) 15:03:04

Show newer messages


Back to Room ListRoom Version: 9