This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (alpa-torch) cjr@ip-172-31-33-99 ~/nfs/alpa-torch-software/alpa (git)-[main] % python3 tests/test_install.py | |
| .compile_pipeshard_executable::trace: 0.97 s | |
| compile_pipeshard_executable::jaxpr operations: 0.00 s | |
| compile_pipeshard_executable::stage construction: 0.00 s | |
| compile_pipeshard_executable::apply grad: 0.00 s | |
| compile_pipeshard_executable::shard stages: 1.69 s | |
| compile_pipeshard_executable::launch meshes: 0.72 s | |
| compile_pipeshard_executable::driver executable: 29.27 s | |
| (MeshHostWorker pid=6134, ip=172.31.39.47) memory_allocated: -0.000 GB max_memory_allocated: -0.000 GB next instruction: Opcode: RUN, Task uuid: 8, Info: allocate zero for recv | |
| (MeshHostWorker pid=6134, ip=172.31.39.47) memory_allocated: -0.000 GB max_memory_allocated: -0.000 GB next instruction: Opcode: RUN, Task uuid: 2, Info: stage 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Usage: scripts/display_backtrace.sh build/rpc-bench /tmp/stderr.log | |
| if [ $# -ne 2 ]; then | |
| echo "Usage: $0 <entry> <backtrace_file>" | |
| exit 0 | |
| fi | |
| ENTRY=$1 | |
| FILE=$2 | |
| addr2line -f -C -p -e $ENTRY `cat $FILE | egrep -o '\+0x[^)]+' | tr '\n' ' '` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Maintainer: hexchain <i at hexchain dot org> | |
| # Maintainer: crazyboycjr <[email protected]> | |
| pkgname=tinc-pre | |
| pkgver=latest | |
| pkgrel=1 | |
| pkgdesc="VPN (Virtual Private Network) daemon (Pre-release)" | |
| arch=(i686 x86_64 armv7h armv6h) | |
| url="http://www.tinc-vpn.org/" | |
| license=('GPL') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "invocations": [ | |
| { | |
| "package_name": "ansi_term", | |
| "package_version": "0.12.1", | |
| "target_kind": [ | |
| "lib" | |
| ], | |
| "kind": null, | |
| "compile_mode": "build", |
OlderNewer