书栈网 · BookStack 本次搜索耗时 0.067 秒,为您找到 505 个相关结果.
  • 版本编译

    版本编译 编译前准备 环境清理 关闭swap分区 代码下载 开源软件编译构建 编译脚本介绍 软件安装编译 前提条件 一键式脚本编译 手动编译 编译后验证 openGauss-OM编译 操作步骤 产品安装包编译 前提条件 操作步骤 版本编译 openGauss的编译过程和生成安装包的过程已经写成了一个一键式的脚本bui...
  • 练习28:Makefile 进阶

    1738 2018-02-09 《笨办法学C》
    练习28:Makefile 进阶 基本的项目结构 Makefile 头部 构建目标 单元测试 清理工具 安装 检查工具 你会看到什么 附加题 练习28:Makefile 进阶 原文:Exercise 28: Intermediate Makefiles 译者:飞龙 在下面的三个练习中你会创建一个项目的目录框架,用于构...
  • User Guide for NVPTX Back-end

    1031 2020-03-21 《LLVM 10 User Guides》
    User Guide for NVPTX Back-end Introduction Conventions Marking Functions as Kernels Address Spaces Triples NVPTX Intrinsics Address Space Conversion ‘llvm.nvvm.ptr.*.to.gen’ I...
  • cpu性能优化

    1403 2021-04-16 《Linux 学习笔记》
    cpu性能优化 应用程序优化 系统优化 检查 Linux 服务器性能命令 性能工具 cpu性能优化 在我们应用服务中,经常会出现cpu飚升的问题,通常遇到这样的问题,在go中我们会用pprof分析,然后查找到对应的服务,定位服务调用路,然后看cpu占用,进而优化程序. 但是在linux中我们是否也是也如此呢?答案是肯定的我们需要先定位,然后...
  • Cython for NumPy users

    Cython for NumPy users Cython at a glance Your Cython environment Installation Manual compilation The first Cython program Adding types Efficient indexing with memoryviews T...
  • Cython for NumPy users

    Cython for NumPy users Cython at a glance Your Cython environment Installation Manual compilation The first Cython program Adding types Efficient indexing with memoryviews T...
  • LLVM Atomic Instructions and Concurrency Guide

    901 2020-03-21 《LLVM 10 Reference》
    LLVM Atomic Instructions and Concurrency Guide Introduction Optimization outside atomic Atomic instructions Atomic orderings NotAtomic Unordered Monotonic Acquire Release A...
  • 3.4.2 对象

    3.4.2 对象 3.4.2.1 对象的数据结构 3.4.2.2 对象的创建 3.4.2.3 成员属性的读写 3.4.2.4 对象的复制 3.4.2.5 对象比较 3.4.2.6 对象的销毁 3.4.2 对象 对象是类的实例,PHP中要创建一个类的实例,必须使用 new 关键字。类应在被实例化之前定义(某些情况下则必须这样,比如3.4.1最...
  • Scons 构建工具手册

    5581 2018-09-19 《RT-Thread工具手册》
    SCons构建系统 什么是构建工具(software construction tool) RT-Thread构建 SCons基本命令 scons scons -jN scons -c scons —target=XXX -s scons —verbose SCons进阶 修改编译器选项 内置函数 SConscript示例1 SCons...
  • User Defined OP

    Create an New Operator Background What is a Custom Op Basic Concepts Process of Writing a Custom Op Example Implementation and Registration of Op Implementation and Registrati...