Skip to content

Instantly share code, notes, and snippets.

Thread 0 Crashed:: main Dispatch queue: com.apple.main-thread
0 CoreFoundation 0x7ff81ad8e5c2 _CFGetNonObjCTypeID + 10
1 CoreFoundation 0x7ff81ad41964 CFNumberFormatterCreateNumberFromString + 88
2 SystemConfiguration 0x7ff81b97aeaa localizeNumberString + 115
3 SystemConfiguration 0x7ff81b9719b1 copy_display_name + 271
4 SystemConfiguration 0x7ff81b96be47 SCNetworkInterfaceGetLocalizedDisplayName + 87
5 dumbpipe 0x10986618c system_configuration::network_configuration::SCNetworkInterface::display_name::h59887aa087545815 + 12
6 dumbpipe 0x109865a50 netdev::interface::macos::get_if_type_map::h1a8f3d42e5743ddf + 656
7 dumbpipe 0x10985fb13 netdev::interface::unix::interfaces::h1992a7093dc72d6a + 35
8 dumbpipe 0x1098641be netdev::interface::get_interfaces::ha1f8141108feea53 + 14
Thread 0 Crashed:: main Dispatch queue: com.apple.main-thread
0 CoreFoundation 0x7ff81ad8e5c2 _CFGetNonObjCTypeID + 10
1 CoreFoundation 0x7ff81ad41964 CFNumberFormatterCreateNumberFromString + 88
2 SystemConfiguration 0x7ff81b97aeaa localizeNumberString + 115
3 SystemConfiguration 0x7ff81b9719b1 copy_display_name + 271
4 SystemConfiguration 0x7ff81b96be47 SCNetworkInterfaceGetLocalizedDisplayName + 87
5 sendme 0x1038ca1ec system_configuration::network_configuration::SCNetworkInterface::display_name::he084fe2192b97f88 + 12
6 sendme 0x1038c9a90 netdev::interface::macos::get_if_type_map::hc1d433996ca5a118 + 656
7 sendme 0x1038c3b53 netdev::interface::unix::interfaces::hb56d8f585f4313b2 + 35
8 sendme 0x1038c81fe netdev::interface::get_interfaces::ha116c599d299ca6b + 14
Running phase: unpackPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking source archive /nix/store/3jbjfsszs67qc6vv7mncx9m4hklw7m8g-source
source root is source
Executing cargoSetupPostUnpackHook
Finished cargoSetupPostUnpackHook
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "patchPhase" }
Executing cargoSetupPostPatchHook
Validating consistency between /private/tmp/nix-build-sendme-0.24.0.drv-2/source/Cargo.lock and /private/tmp/nix-build-sendme-0.24.0.drv-2/sendme-0.24.0-vendor/Cargo.lock
@al3xtjames
al3xtjames / cargo-1.84.1.drv.log
Created February 28, 2025 02:09
nix build 'github:NixOS/nixpkgs/f04afc576e9f2de3b4edf9897d3fd3f3de4e356a#cargo' --option substitute false
Running phase: unpackPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking source archive /nix/store/1fcsznfvlhr2pxpvrks0dgswyvmmf52n-rustc-1.84.1-src.tar.gz
source root is rustc-1.84.1-src
Executing cargoSetupPostUnpackHook
Finished cargoSetupPostUnpackHook
setting SOURCE_DATE_EPOCH to timestamp 1738020059 of file "rustc-1.84.1-src/x.py"
unpackPhase completed in 1 minutes 27 seconds
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "patchPhase" }
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing pypa-build-hook
Using pypaBuildPhase
Sourcing python-runtime-deps-check-hook
Using pythonRuntimeDepsCheckHook
Sourcing pypa-install-hook
Using pypaInstallPhase
Sourcing python-imports-check-hook.sh
@al3xtjames
al3xtjames / flashdrv.tcl
Created December 22, 2024 21:17
Hex Fiend binary template for `flashdrv.bin` included in Lenovo drive firmware update packages
section "Header" {
ascii 12 "Magic"
ascii 26 "CSV Name"
set count [uint32 "Number of Entries"]
ascii 12 "Date"
ascii 10 "Version"
}
goto 0x80
Running phase: unpackPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking source archive /nix/store/sz17s3c58ci5r9p8js1q8rhyslc2l6ga-source
source root is source
Executing cargoSetupPostUnpackHook
Finished cargoSetupPostUnpackHook
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "patchPhase" }
Executing cargoSetupPostPatchHook
Validating consistency between /private/tmp/nix-build-binwalk-3.1.0.drv-2/source/Cargo.lock and /private/tmp/nix-build-binwalk-3.1.0.drv-2/cargo-vendor-dir/Cargo.lock
diff --git a/bindings/torch/setup.py b/bindings/torch/setup.py
index 533805e..815d9c1 100644
--- a/bindings/torch/setup.py
+++ b/bindings/torch/setup.py
@@ -41,7 +41,7 @@ print(f"Building PyTorch extension for tiny-cuda-nn version {VERSION}")
ext_modules = []
if "TCNN_CUDA_ARCHITECTURES" in os.environ and os.environ["TCNN_CUDA_ARCHITECTURES"]:
- compute_capabilities = [int(x) for x in os.environ["TCNN_CUDA_ARCHITECTURES"].replace(";", ",").split(",")]
+ compute_capabilities = [int(x) for x in os.environ["TCNN_CUDA_ARCHITECTURES"].replace(";", ",").replace("a", "").split(",")]
structuredAttrs is enabled
Running phase: unpackPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking source archive /nix/store/fdhh1dfbkizpa827wy4080qjzj1zawqf-source
source root is source
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "patchPhase" }
Running phase: configurePhase
@nix { "action": "setPhase", "phase": "configurePhase" }
mesonConfigurePhase flags: --prefix=/nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1 --libdir=/nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/lib --libexecdir=/nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/libexec --bindir=/nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin --sbindir=/nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/sbin --includedir=/nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/include --mandir=/nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man --infodir=/nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.
Running phase: unpackPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking source archive /nix/store/j2g2ndsch154rbhbvy2736kzniwsp2iw-source
source root is source
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "patchPhase" }
Running phase: autoreconfPhase
@nix { "action": "setPhase", "phase": "autoreconfPhase" }
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'