Halide: Part of TVM's TIR and arithmetic simplification module originates from Halide. We also learned and adapted some part of lowering pipeline from Halide. Loopy: use of integer set analysis and its loop transformation primitives. Theano: the design inspiration of symbolic scan operator for rec...
.github benchmarks cmake csrc docs examples tests tools vllm .clang-format .dockerignore .gitignore .readthedocs.yaml .yapfignore CMakeLists.txt CODE_OF_CONDUCT.md CONTRIBUTING.md Dockerfile Dockerfile.cpu Dockerfile.neuron Dockerfile.openvino Dockerfile.ppc64le Dockerfile.rocm Dockerfile.tpu Docke...
首先,下载几个能从 perf record 记录生成火焰图的工具,这些工具都放在 https://github.com/brendangregg/FlameGraph 。 $ git clone https://github.com/brendangregg/FlameGraph $ cd FlameGraph 1. 2. 安装好工具后,要生成火焰图,其实主要需要三个步骤: 执行perf script ,将 perf record 的记录转换成可读的...
http://blog.sina.com.cn/s/blog_693de6100101ffwm.html http://www.zhihu.com/question/22992491 Github 搜“Activity Monitor” https://github.com/AndrewBarba/ActivityMonitor https://github.com/vsnrain/ActivityMonitor 此算法是获取当前APP的CPU,数值与Instrument、GT接近 - (void)GetCpuUsage { kern_...
$ git clone -b release-1.4 https://github.com/rook/rook.git 1. 2.切换目录 $ cd /root/ceph/rook/cluster/examples/kubernetes/ceph 1. 3.部署 Rook,创建 CRD 资源 $ kubectl create -f common.yaml -f operator.yaml # 说明: # 1.comm.yaml里面主要是权限控制以及CRD资源定义 ...
安装:go get -u github.com/google/pprof 分析工具 go tool pprof是命令行指令,用于分析 Profiling 数据,源数据可以是 http 地址,也可以是已经 dump 下当 profile 文件;查看模式可以命令行交互模式,也可以是浏览器模式(-http参数)。 两种应用 服务型应用_ "net/http/pprof"包,专用于采集web 服务运行数据的分析...
This is a multi-threaded CPU miner for Litecoin and Bitcoin, fork of Jeff Garzik's reference cpuminer. License: GPLv2. See COPYING for details. Downloads: https://sourceforge.net/projects/cpuminer/files/ Git tree: https://github.com/pooler/cpuminer Dependencies: libcurl http://curl.haxx...
Learn more about how customized files appear on GitHub. 3 changes: 2 additions & 1 deletion 3 ci/jenkins/Build.groovy.j2 Original file line numberDiff line numberDiff line change @@ -116,8 +116,9 @@ stage('Build') { label: 'Create CPU minimal cmake config', ) cmake_build(ci_...
Note that Lite.Ai.ToolKit uses onnxruntime as default backend, for the reason that onnxruntime supports the most of onnx's operators. git clone --depth=1 https://github.com/DefTruth/lite.ai.toolkit.git # latest cd lite.ai.toolkit && sh ./build.sh # On MacOS, you can use the ...
https://github.com/hyper-carrot/go_command_tutorial/blob/master/0.12.md 期间:web命令依赖一个svg生成包,在mac下面,你可以通过http://www.graphviz.org/Download_macos.php进行下载。 --- 2016.11.14 updated 基于uninx domain socket 的agent,可以不用走http https...